Html Css Color HEX #AD63AA Violet Blue

📋 copy color: '#AD63AA'

red 173 ◦ green 99 ◦ blue 170

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

Shades of Violet Blue #AD63AA

Tints of Violet Blue #AD63AA

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.4%

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

R = 39.14%
G = 22.4%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#AD63AA (or 0xAD63AA) is known color: Violet Blue. HEX triplet: AD, 63 and AA. RGB value is (173,99,170). Sum of RGB (Red+Green+Blue) = 173+99+170=442 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.14% from 442); Green value is 99 (39.06% from 255 or 22.40% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 173 - color contains mainly: red. Hex color #AD63AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD63AA is #529C55. Grayscale: #818181. Windows color (decimal): -5413974 or 11166637. OLE color: 11166637.

HSL color Cylindrical-coordinate representation of color #AD63AA: hue angle of 302.43º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AD63AA is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 99 170 -
CMYK 0 0.43 0.02 0.32
HSL 302.43º 0.31% 0.53% -
HSV(B) 302.43º 0.43% 0.68% -
XYZ 28.95 20.71 40.5 -
YUV 129.22 151.02 159.23 -
System Red Green Blue C M Y K H S L
Decimal 173 99 170 0 0.43 0.02 0.32 302.43 0.31 0.53
Hex AD 63 AA 0 2B 2 20 12E 1F 35
Octal 255 143 252 0 53 2 40 456 37 65
Binary 10101101 1100011 10101010 0 101011 10 100000 100101110 11111 110101

Color Harmonies of #AD63AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD63AA

Black with #AD63AA

Text Example


Text Example

White with #AD63AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD63AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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