Html Css Color HEX #A84497 Violet Blue

📋 copy color: '#A84497'

red 168 ◦ green 68 ◦ blue 151

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

Shades of Violet Blue #A84497

Tints of Violet Blue #A84497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 39.02%

R = 43.41%
G = 17.57%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.10

 K value IS 0.34

RGB Variations

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

Color information

#A84497 (or 0xA84497) is known color: Violet Blue. HEX triplet: A8, 44 and 97. RGB value is (168,68,151). Sum of RGB (Red+Green+Blue) = 168+68+151=387 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.41% from 387); Green value is 68 (26.95% from 255 or 17.57% from 387); Blue value is 151 (59.38% from 255 or 39.02% from 387); Max value from RGB is 168 - color contains mainly: red. Hex color #A84497 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A84497 is #57BB68. Grayscale: #6B6B6B. Windows color (decimal): -5749609 or 9913512. OLE color: 9913512.

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

Color convert

RGB 168 68 151 -
CMYK 0 0.60 0.10 0.34
HSL 310.2º 0.42% 0.46% -
HSV(B) 310.2º 0.6% 0.66% -
XYZ 23.8 14.69 30.86 -
YUV 107.36 152.63 171.25 -
System Red Green Blue C M Y K H S L
Decimal 168 68 151 0 0.60 0.10 0.34 310.2 0.42 0.46
Hex A8 44 97 0 3C A 22 136 2A 2E
Octal 250 104 227 0 74 12 42 466 52 56
Binary 10101000 1000100 10010111 0 111100 1010 100010 100110110 101010 101110

Color Harmonies of #A84497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84497

Black with #A84497

Text Example


Text Example

White with #A84497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84497; }

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

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

background-color css

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

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

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

border-color css

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

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

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