Html Css Color HEX #AD64AB Violet Blue

📋 copy color: '#AD64AB'

red 173 ◦ green 100 ◦ blue 171

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

Shades of Violet Blue #AD64AB

Tints of Violet Blue #AD64AB

RGB

 RED value IS 173 (67.97% from 255) = 38.96%

 GREEN value IS 100 (39.45% from 255) = 22.52%

 BLUE value IS 171 (67.19% from 255) = 38.51%

R = 38.96%
G = 22.52%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AD64AB (or 0xAD64AB) is known color: Violet Blue. HEX triplet: AD, 64 and AB. RGB value is (173,100,171). Sum of RGB (Red+Green+Blue) = 173+100+171=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 100 (39.45% from 255 or 22.52% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 173 - color contains mainly: red. Hex color #AD64AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD64AB is #529B54. Grayscale: #818181. Windows color (decimal): -5413717 or 11232429. OLE color: 11232429.

HSL color Cylindrical-coordinate representation of color #AD64AB: hue angle of 301.64º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AD64AB is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 100 171 -
CMYK 0 0.42 0.01 0.32
HSL 301.64º 0.31% 0.54% -
HSV(B) 301.64º 0.42% 0.68% -
XYZ 29.14 20.94 41.03 -
YUV 129.92 151.18 158.73 -
System Red Green Blue C M Y K H S L
Decimal 173 100 171 0 0.42 0.01 0.32 301.64 0.31 0.54
Hex AD 64 AB 0 2A 1 20 12E 1F 36
Octal 255 144 253 0 52 1 40 456 37 66
Binary 10101101 1100100 10101011 0 101010 1 100000 100101110 11111 110110

Color Harmonies of #AD64AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD64AB

Black with #AD64AB

Text Example


Text Example

White with #AD64AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD64AB; }

 p { color: rgb(173,100,171); }

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

background-color css

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

 a { background-color: rgb(173,100,171); }

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

border-color css

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

 span { border-color: rgb(173,100,171); }

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