Html Css Color HEX #AD64AC Violet Blue

📋 copy color: '#AD64AC'

red 173 ◦ green 100 ◦ blue 172

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

Shades of Violet Blue #AD64AC

Tints of Violet Blue #AD64AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 38.65%

R = 38.88%
G = 22.47%
B = 38.65%

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

#AD64AC (or 0xAD64AC) is known color: Violet Blue. HEX triplet: AD, 64 and AC. RGB value is (173,100,172). Sum of RGB (Red+Green+Blue) = 173+100+172=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 100 (39.45% from 255 or 22.47% from 445); Blue value is 172 (67.58% from 255 or 38.65% from 445); Max value from RGB is 173 - color contains mainly: red. Hex color #AD64AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD64AC is #529B53. Grayscale: #818181. Windows color (decimal): -5413716 or 11297965. OLE color: 11297965.

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

Color convert

RGB 173 100 172 -
CMYK 0 0.42 0.01 0.32
HSL 300.82º 0.31% 0.54% -
HSV(B) 300.82º 0.42% 0.68% -
XYZ 29.24 20.98 41.54 -
YUV 130.04 151.68 158.65 -
System Red Green Blue C M Y K H S L
Decimal 173 100 172 0 0.42 0.01 0.32 300.82 0.31 0.54
Hex AD 64 AC 0 2A 1 20 12D 1F 36
Octal 255 144 254 0 52 1 40 455 37 66
Binary 10101101 1100100 10101100 0 101010 1 100000 100101101 11111 110110

Color Harmonies of #AD64AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD64AC

Black with #AD64AC

Text Example


Text Example

White with #AD64AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD64AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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