Html Css Color HEX #A834ED Blue Violet

📋 copy color: '#A834ED'

red 168 ◦ green 52 ◦ blue 237

#A834ED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #A834ED

Tints of Blue Violet #A834ED

RGB

 RED value IS 168 (66.02% from 255) = 36.76%

 GREEN value IS 52 (20.7% from 255) = 11.38%

 BLUE value IS 237 (92.97% from 255) = 51.86%

R = 36.76%
G = 11.38%
B = 51.86%

CMYK

 C value IS 0.29

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A834ED (or 0xA834ED) is known color: Blue Violet. HEX triplet: A8, 34 and ED. RGB value is (168,52,237). Sum of RGB (Red+Green+Blue) = 168+52+237=457 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.76% from 457); Green value is 52 (20.70% from 255 or 11.38% from 457); Blue value is 237 (92.97% from 255 or 51.86% from 457); Max value from RGB is 237 - color contains mainly: blue. Hex color #A834ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A834ED is #57CB12. Grayscale: #6B6B6B. Windows color (decimal): -5753619 or 15545512. OLE color: 15545512.

HSL color Cylindrical-coordinate representation of color #A834ED: hue angle of 277.62º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A834ED is Cyan = 0.29, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 52 237 -
CMYK 0.29 0.78 0 0.07
HSL 277.62º 0.84% 0.57% -
HSV(B) 277.62º 0.78% 0.93% -
XYZ 32.66 16.9 81.66 -
YUV 107.77 200.93 170.96 -
System Red Green Blue C M Y K H S L
Decimal 168 52 237 0.29 0.78 0 0.07 277.62 0.84 0.57
Hex A8 34 ED 1D 4E 0 7 116 54 39
Octal 250 64 355 35 116 0 7 426 124 71
Binary 10101000 110100 11101101 11101 1001110 0 111 100010110 1010100 111001

Color Harmonies of #A834ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A834ED

Black with #A834ED

Text Example


Text Example

White with #A834ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A834ED; }

 p { color: rgb(168,52,237); }

 H1.HeaderClassName
 {
   color: #A834ED;
 }
 .AnyTagClassName
 {
   color: #A834ED;
 }
</style>

background-color css

<style>
 a { background-color: #A834ED; }

 a { background-color: rgb(168,52,237); }

 div.DivClassName
 {
   background-color: #A834ED;
 }
 .BgClassName
 {
   background-color: #A834ED;
 }
</style>

border-color css

<style>
 span { border-color: #A834ED; }

 span { border-color: rgb(168,52,237); }

 td.TdClassName
 {
   border-color: #A834ED;
 }
 .TagClassName
 {
   border-color: #A834ED;
 }
</style>