Html Css Color HEX #A84998 Violet Blue

📋 copy color: '#A84998'

red 168 ◦ green 73 ◦ blue 152

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

Shades of Violet Blue #A84998

Tints of Violet Blue #A84998

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.58%

 BLUE value IS 152 (59.77% from 255) = 38.68%

R = 42.75%
G = 18.58%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.10

 K value IS 0.34

RGB Variations

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

Color information

#A84998 (or 0xA84998) is known color: Violet Blue. HEX triplet: A8, 49 and 98. RGB value is (168,73,152). Sum of RGB (Red+Green+Blue) = 168+73+152=393 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.75% from 393); Green value is 73 (28.91% from 255 or 18.58% from 393); Blue value is 152 (59.77% from 255 or 38.68% from 393); Max value from RGB is 168 - color contains mainly: red. Hex color #A84998 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A84998 is #57B667. Grayscale: #6E6E6E. Windows color (decimal): -5748328 or 9980328. OLE color: 9980328.

HSL color Cylindrical-coordinate representation of color #A84998: hue angle of 310.11º degrees, saturation: 0.39, 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 #A84998 is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 73 152 -
CMYK 0 0.57 0.10 0.34
HSL 310.11º 0.39% 0.47% -
HSV(B) 310.11º 0.57% 0.66% -
XYZ 24.2 15.36 31.39 -
YUV 110.41 151.47 169.08 -
System Red Green Blue C M Y K H S L
Decimal 168 73 152 0 0.57 0.10 0.34 310.11 0.39 0.47
Hex A8 49 98 0 39 A 22 136 27 2F
Octal 250 111 230 0 71 12 42 466 47 57
Binary 10101000 1001001 10011000 0 111001 1010 100010 100110110 100111 101111

Color Harmonies of #A84998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84998

Black with #A84998

Text Example


Text Example

White with #A84998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84998; }

 p { color: rgb(168,73,152); }

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

background-color css

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

 a { background-color: rgb(168,73,152); }

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

border-color css

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

 span { border-color: rgb(168,73,152); }

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