Html Css Color HEX #AD64A3 Violet Blue

📋 copy color: '#AD64A3'

red 173 ◦ green 100 ◦ blue 163

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

Shades of Violet Blue #AD64A3

Tints of Violet Blue #AD64A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 37.39%

R = 39.68%
G = 22.94%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.06

 K value IS 0.32

RGB Variations

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

Color information

#AD64A3 (or 0xAD64A3) is known color: Violet Blue. HEX triplet: AD, 64 and A3. RGB value is (173,100,163). Sum of RGB (Red+Green+Blue) = 173+100+163=436 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.68% from 436); Green value is 100 (39.45% from 255 or 22.94% from 436); Blue value is 163 (64.06% from 255 or 37.39% from 436); Max value from RGB is 173 - color contains mainly: red. Hex color #AD64A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD64A3 is #529B5C. Grayscale: #808080. Windows color (decimal): -5413725 or 10708141. OLE color: 10708141.

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

Color convert

RGB 173 100 163 -
CMYK 0 0.42 0.06 0.32
HSL 308.22º 0.31% 0.54% -
HSV(B) 308.22º 0.42% 0.68% -
XYZ 28.4 20.64 37.14 -
YUV 129.01 147.18 159.38 -
System Red Green Blue C M Y K H S L
Decimal 173 100 163 0 0.42 0.06 0.32 308.22 0.31 0.54
Hex AD 64 A3 0 2A 6 20 134 1F 36
Octal 255 144 243 0 52 6 40 464 37 66
Binary 10101101 1100100 10100011 0 101010 110 100000 100110100 11111 110110

Color Harmonies of #AD64A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD64A3

Black with #AD64A3

Text Example


Text Example

White with #AD64A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD64A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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