Html Css Color HEX #AD64A6 Violet Blue

📋 copy color: '#AD64A6'

red 173 ◦ green 100 ◦ blue 166

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

Shades of Violet Blue #AD64A6

Tints of Violet Blue #AD64A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 37.81%

R = 39.41%
G = 22.78%
B = 37.81%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.04

 K value IS 0.32

RGB Variations

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

Color information

#AD64A6 (or 0xAD64A6) is known color: Violet Blue. HEX triplet: AD, 64 and A6. RGB value is (173,100,166). Sum of RGB (Red+Green+Blue) = 173+100+166=439 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.41% from 439); Green value is 100 (39.45% from 255 or 22.78% from 439); Blue value is 166 (65.23% from 255 or 37.81% from 439); Max value from RGB is 173 - color contains mainly: red. Hex color #AD64A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD64A6 is #529B59. Grayscale: #818181. Windows color (decimal): -5413722 or 10904749. OLE color: 10904749.

HSL color Cylindrical-coordinate representation of color #AD64A6: hue angle of 305.75º 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 #AD64A6 is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 100 166 -
CMYK 0 0.42 0.04 0.32
HSL 305.75º 0.31% 0.54% -
HSV(B) 305.75º 0.42% 0.68% -
XYZ 28.67 20.75 38.57 -
YUV 129.35 148.68 159.13 -
System Red Green Blue C M Y K H S L
Decimal 173 100 166 0 0.42 0.04 0.32 305.75 0.31 0.54
Hex AD 64 A6 0 2A 4 20 132 1F 36
Octal 255 144 246 0 52 4 40 462 37 66
Binary 10101101 1100100 10100110 0 101010 100 100000 100110010 11111 110110

Color Harmonies of #AD64A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD64A6

Black with #AD64A6

Text Example


Text Example

White with #AD64A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD64A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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