Html Css Color HEX #AD64AA Violet Blue

📋 copy color: '#AD64AA'

red 173 ◦ green 100 ◦ blue 170

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

Shades of Violet Blue #AD64AA

Tints of Violet Blue #AD64AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 38.37%

R = 39.05%
G = 22.57%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#AD64AA (or 0xAD64AA) is known color: Violet Blue. HEX triplet: AD, 64 and AA. RGB value is (173,100,170). Sum of RGB (Red+Green+Blue) = 173+100+170=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 100 (39.45% from 255 or 22.57% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 173 - color contains mainly: red. Hex color #AD64AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD64AA is #529B55. Grayscale: #818181. Windows color (decimal): -5413718 or 11166893. OLE color: 11166893.

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

Color convert

RGB 173 100 170 -
CMYK 0 0.42 0.02 0.32
HSL 302.47º 0.31% 0.54% -
HSV(B) 302.47º 0.42% 0.68% -
XYZ 29.05 20.9 40.53 -
YUV 129.81 150.68 158.81 -
System Red Green Blue C M Y K H S L
Decimal 173 100 170 0 0.42 0.02 0.32 302.47 0.31 0.54
Hex AD 64 AA 0 2A 2 20 12E 1F 36
Octal 255 144 252 0 52 2 40 456 37 66
Binary 10101101 1100100 10101010 0 101010 10 100000 100101110 11111 110110

Color Harmonies of #AD64AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD64AA

Black with #AD64AA

Text Example


Text Example

White with #AD64AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD64AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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