Html Css Color HEX #AD64B5 Violet Blue

📋 copy color: '#AD64B5'

red 173 ◦ green 100 ◦ blue 181

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

Shades of Violet Blue #AD64B5

Tints of Violet Blue #AD64B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 39.87%

R = 38.11%
G = 22.03%
B = 39.87%

CMYK

 C value IS 0.04

 M value IS 0.45

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AD64B5 (or 0xAD64B5) is known color: Violet Blue. HEX triplet: AD, 64 and B5. RGB value is (173,100,181). Sum of RGB (Red+Green+Blue) = 173+100+181=454 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.11% from 454); Green value is 100 (39.45% from 255 or 22.03% from 454); Blue value is 181 (71.09% from 255 or 39.87% from 454); Max value from RGB is 181 - color contains mainly: blue. Hex color #AD64B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD64B5 is #529B4A. Grayscale: #828282. Windows color (decimal): -5413707 or 11887789. OLE color: 11887789.

HSL color Cylindrical-coordinate representation of color #AD64B5: hue angle of 294.07º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD64B5 is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 100 181 -
CMYK 0.04 0.45 0 0.29
HSL 294.07º 0.35% 0.55% -
HSV(B) 294.07º 0.45% 0.71% -
XYZ 30.13 21.33 46.25 -
YUV 131.06 156.18 157.91 -
System Red Green Blue C M Y K H S L
Decimal 173 100 181 0.04 0.45 0 0.29 294.07 0.35 0.55
Hex AD 64 B5 4 2D 0 1D 126 23 37
Octal 255 144 265 4 55 0 35 446 43 67
Binary 10101101 1100100 10110101 100 101101 0 11101 100100110 100011 110111

Color Harmonies of #AD64B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD64B5

Black with #AD64B5

Text Example


Text Example

White with #AD64B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD64B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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