Html Css Color HEX #A84DA8 Violet Blue

📋 copy color: '#A84DA8'

red 168 ◦ green 77 ◦ blue 168

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

Shades of Violet Blue #A84DA8

Tints of Violet Blue #A84DA8

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.64%

 BLUE value IS 168 (66.02% from 255) = 40.68%

R = 40.68%
G = 18.64%
B = 40.68%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#A84DA8 (or 0xA84DA8) is known color: Violet Blue. HEX triplet: A8, 4D and A8. RGB value is (168,77,168). Sum of RGB (Red+Green+Blue) = 168+77+168=413 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.68% from 413); Green value is 77 (30.47% from 255 or 18.64% from 413); Blue value is 168 (66.02% from 255 or 40.68% from 413); Max value from RGB is 168 - color contains mainly: red, blue. Hex color #A84DA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A84DA8 is #57B257. Grayscale: #727272. Windows color (decimal): -5747288 or 11029928. OLE color: 11029928.

HSL color Cylindrical-coordinate representation of color #A84DA8: hue angle of 300º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A84DA8 is Cyan = 0, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 77 168 -
CMYK 0 0.54 0 0.34
HSL 300º 0.37% 0.48% -
HSV(B) 300º 0.54% 0.66% -
XYZ 25.87 16.46 38.86 -
YUV 114.58 158.15 166.1 -
System Red Green Blue C M Y K H S L
Decimal 168 77 168 0 0.54 0 0.34 300 0.37 0.48
Hex A8 4D A8 0 36 0 22 12C 25 30
Octal 250 115 250 0 66 0 42 454 45 60
Binary 10101000 1001101 10101000 0 110110 0 100010 100101100 100101 110000

Color Harmonies of #A84DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84DA8

Black with #A84DA8

Text Example


Text Example

White with #A84DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84DA8; }

 p { color: rgb(168,77,168); }

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

background-color css

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

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

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

border-color css

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

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

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