Html Css Color HEX #A84CAA Violet Blue

📋 copy color: '#A84CAA'

red 168 ◦ green 76 ◦ blue 170

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

Shades of Violet Blue #A84CAA

Tints of Violet Blue #A84CAA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.36%

 BLUE value IS 170 (66.8% from 255) = 41.06%

R = 40.58%
G = 18.36%
B = 41.06%

CMYK

 C value IS 0.01

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A84CAA (or 0xA84CAA) is known color: Violet Blue. HEX triplet: A8, 4C and AA. RGB value is (168,76,170). Sum of RGB (Red+Green+Blue) = 168+76+170=414 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.58% from 414); Green value is 76 (30.08% from 255 or 18.36% from 414); Blue value is 170 (66.80% from 255 or 41.06% from 414); Max value from RGB is 170 - color contains mainly: blue. Hex color #A84CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A84CAA is #57B355. Grayscale: #717171. Windows color (decimal): -5747542 or 11160744. OLE color: 11160744.

HSL color Cylindrical-coordinate representation of color #A84CAA: hue angle of 298.72º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A84CAA is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 168 76 170 -
CMYK 0.01 0.55 0 0.33
HSL 298.72º 0.38% 0.48% -
HSV(B) 298.72º 0.55% 0.67% -
XYZ 25.99 16.4 39.83 -
YUV 114.22 159.48 166.36 -
System Red Green Blue C M Y K H S L
Decimal 168 76 170 0.01 0.55 0 0.33 298.72 0.38 0.48
Hex A8 4C AA 1 37 0 21 12B 26 30
Octal 250 114 252 1 67 0 41 453 46 60
Binary 10101000 1001100 10101010 1 110111 0 100001 100101011 100110 110000

Color Harmonies of #A84CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84CAA

Black with #A84CAA

Text Example


Text Example

White with #A84CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84CAA; }

 p { color: rgb(168,76,170); }

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

background-color css

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

 a { background-color: rgb(168,76,170); }

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

border-color css

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

 span { border-color: rgb(168,76,170); }

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