Html Css Color HEX #A84EAB Violet Blue

📋 copy color: '#A84EAB'

red 168 ◦ green 78 ◦ blue 171

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

Shades of Violet Blue #A84EAB

Tints of Violet Blue #A84EAB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.71%

 BLUE value IS 171 (67.19% from 255) = 41.01%

R = 40.29%
G = 18.71%
B = 41.01%

CMYK

 C value IS 0.02

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A84EAB (or 0xA84EAB) is known color: Violet Blue. HEX triplet: A8, 4E and AB. RGB value is (168,78,171). Sum of RGB (Red+Green+Blue) = 168+78+171=417 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.29% from 417); Green value is 78 (30.86% from 255 or 18.71% from 417); Blue value is 171 (67.19% from 255 or 41.01% from 417); Max value from RGB is 171 - color contains mainly: blue. Hex color #A84EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A84EAB is #57B154. Grayscale: #737373. Windows color (decimal): -5747029 or 11226792. OLE color: 11226792.

HSL color Cylindrical-coordinate representation of color #A84EAB: hue angle of 298.06º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A84EAB is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 168 78 171 -
CMYK 0.02 0.54 0 0.33
HSL 298.06º 0.37% 0.49% -
HSV(B) 298.06º 0.54% 0.67% -
XYZ 26.22 16.71 40.37 -
YUV 115.51 159.32 165.44 -
System Red Green Blue C M Y K H S L
Decimal 168 78 171 0.02 0.54 0 0.33 298.06 0.37 0.49
Hex A8 4E AB 2 36 0 21 12A 25 31
Octal 250 116 253 2 66 0 41 452 45 61
Binary 10101000 1001110 10101011 10 110110 0 100001 100101010 100101 110001

Color Harmonies of #A84EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84EAB

Black with #A84EAB

Text Example


Text Example

White with #A84EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84EAB; }

 p { color: rgb(168,78,171); }

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

background-color css

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

 a { background-color: rgb(168,78,171); }

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

border-color css

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

 span { border-color: rgb(168,78,171); }

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