Html Css Color HEX #A84495 Violet Blue

📋 copy color: '#A84495'

red 168 ◦ green 68 ◦ blue 149

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

Shades of Violet Blue #A84495

Tints of Violet Blue #A84495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 38.7%

R = 43.64%
G = 17.66%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.11

 K value IS 0.34

RGB Variations

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

Color information

#A84495 (or 0xA84495) is known color: Violet Blue. HEX triplet: A8, 44 and 95. RGB value is (168,68,149). Sum of RGB (Red+Green+Blue) = 168+68+149=385 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.64% from 385); Green value is 68 (26.95% from 255 or 17.66% from 385); Blue value is 149 (58.59% from 255 or 38.70% from 385); Max value from RGB is 168 - color contains mainly: red. Hex color #A84495 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A84495 is #57BB6A. Grayscale: #6A6A6A. Windows color (decimal): -5749611 or 9782440. OLE color: 9782440.

HSL color Cylindrical-coordinate representation of color #A84495: hue angle of 311.4º 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 #A84495 is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 68 149 -
CMYK 0 0.60 0.11 0.34
HSL 311.4º 0.42% 0.46% -
HSV(B) 311.4º 0.6% 0.66% -
XYZ 23.64 14.63 30.01 -
YUV 107.13 151.63 171.41 -
System Red Green Blue C M Y K H S L
Decimal 168 68 149 0 0.60 0.11 0.34 311.4 0.42 0.46
Hex A8 44 95 0 3C B 22 137 2A 2E
Octal 250 104 225 0 74 13 42 467 52 56
Binary 10101000 1000100 10010101 0 111100 1011 100010 100110111 101010 101110

Color Harmonies of #A84495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84495

Black with #A84495

Text Example


Text Example

White with #A84495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84495; }

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

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

background-color css

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

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

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

border-color css

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

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

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