Html Css Color HEX #A84499 Violet Blue

📋 copy color: '#A84499'

red 168 ◦ green 68 ◦ blue 153

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

Shades of Violet Blue #A84499

Tints of Violet Blue #A84499

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.48%

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

R = 43.19%
G = 17.48%
B = 39.33%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.09

 K value IS 0.34

RGB Variations

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

Color information

#A84499 (or 0xA84499) is known color: Violet Blue. HEX triplet: A8, 44 and 99. RGB value is (168,68,153). Sum of RGB (Red+Green+Blue) = 168+68+153=389 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.19% from 389); Green value is 68 (26.95% from 255 or 17.48% from 389); Blue value is 153 (60.16% from 255 or 39.33% from 389); Max value from RGB is 168 - color contains mainly: red. Hex color #A84499 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A84499 is #57BB66. Grayscale: #6B6B6B. Windows color (decimal): -5749607 or 10044584. OLE color: 10044584.

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

Color convert

RGB 168 68 153 -
CMYK 0 0.60 0.09 0.34
HSL 309º 0.42% 0.46% -
HSV(B) 309º 0.6% 0.66% -
XYZ 23.97 14.76 31.72 -
YUV 107.59 153.63 171.09 -
System Red Green Blue C M Y K H S L
Decimal 168 68 153 0 0.60 0.09 0.34 309 0.42 0.46
Hex A8 44 99 0 3C 9 22 135 2A 2E
Octal 250 104 231 0 74 11 42 465 52 56
Binary 10101000 1000100 10011001 0 111100 1001 100010 100110101 101010 101110

Color Harmonies of #A84499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84499

Black with #A84499

Text Example


Text Example

White with #A84499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84499; }

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

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

background-color css

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

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

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

border-color css

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

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

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