Html Css Color HEX #A84899 Violet Blue

📋 copy color: '#A84899'

red 168 ◦ green 72 ◦ blue 153

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

Shades of Violet Blue #A84899

Tints of Violet Blue #A84899

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.32%

 BLUE value IS 153 (60.16% from 255) = 38.93%

R = 42.75%
G = 18.32%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.09

 K value IS 0.34

RGB Variations

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

Color information

#A84899 (or 0xA84899) is known color: Violet Blue. HEX triplet: A8, 48 and 99. RGB value is (168,72,153). Sum of RGB (Red+Green+Blue) = 168+72+153=393 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.75% from 393); Green value is 72 (28.52% from 255 or 18.32% from 393); Blue value is 153 (60.16% from 255 or 38.93% from 393); Max value from RGB is 168 - color contains mainly: red. Hex color #A84899 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A84899 is #57B766. Grayscale: #6D6D6D. Windows color (decimal): -5748583 or 10045608. OLE color: 10045608.

HSL color Cylindrical-coordinate representation of color #A84899: hue angle of 309.38º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A84899 is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 72 153 -
CMYK 0 0.57 0.09 0.34
HSL 309.38º 0.4% 0.47% -
HSV(B) 309.38º 0.57% 0.66% -
XYZ 24.22 15.26 31.81 -
YUV 109.94 152.3 169.41 -
System Red Green Blue C M Y K H S L
Decimal 168 72 153 0 0.57 0.09 0.34 309.38 0.4 0.47
Hex A8 48 99 0 39 9 22 135 28 2F
Octal 250 110 231 0 71 11 42 465 50 57
Binary 10101000 1001000 10011001 0 111001 1001 100010 100110101 101000 101111

Color Harmonies of #A84899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84899

Black with #A84899

Text Example


Text Example

White with #A84899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84899; }

 p { color: rgb(168,72,153); }

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

background-color css

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

 a { background-color: rgb(168,72,153); }

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

border-color css

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

 span { border-color: rgb(168,72,153); }

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