Html Css Color HEX #A84299 Violet Blue

📋 copy color: '#A84299'

red 168 ◦ green 66 ◦ blue 153

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

Shades of Violet Blue #A84299

Tints of Violet Blue #A84299

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.05%

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

R = 43.41%
G = 17.05%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.09

 K value IS 0.34

RGB Variations

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

Color information

#A84299 (or 0xA84299) is known color: Violet Blue. HEX triplet: A8, 42 and 99. RGB value is (168,66,153). Sum of RGB (Red+Green+Blue) = 168+66+153=387 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.41% from 387); Green value is 66 (26.17% from 255 or 17.05% from 387); Blue value is 153 (60.16% from 255 or 39.53% from 387); Max value from RGB is 168 - color contains mainly: red. Hex color #A84299 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A84299 is #57BD66. Grayscale: #6A6A6A. Windows color (decimal): -5750119 or 10044072. OLE color: 10044072.

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

Color convert

RGB 168 66 153 -
CMYK 0 0.61 0.09 0.34
HSL 308.82º 0.44% 0.46% -
HSV(B) 308.82º 0.61% 0.66% -
XYZ 23.85 14.52 31.68 -
YUV 106.42 154.29 171.93 -
System Red Green Blue C M Y K H S L
Decimal 168 66 153 0 0.61 0.09 0.34 308.82 0.44 0.46
Hex A8 42 99 0 3D 9 22 135 2C 2E
Octal 250 102 231 0 75 11 42 465 54 56
Binary 10101000 1000010 10011001 0 111101 1001 100010 100110101 101100 101110

Color Harmonies of #A84299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84299

Black with #A84299

Text Example


Text Example

White with #A84299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84299; }

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

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

background-color css

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

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

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

border-color css

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

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

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