Html Css Color HEX #AD62AA Violet Blue

📋 copy color: '#AD62AA'

red 173 ◦ green 98 ◦ blue 170

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

Shades of Violet Blue #AD62AA

Tints of Violet Blue #AD62AA

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.22%

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

R = 39.23%
G = 22.22%
B = 38.55%

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

#AD62AA (or 0xAD62AA) is known color: Violet Blue. HEX triplet: AD, 62 and AA. RGB value is (173,98,170). Sum of RGB (Red+Green+Blue) = 173+98+170=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 98 (38.67% from 255 or 22.22% from 441); Blue value is 170 (66.80% from 255 or 38.55% from 441); Max value from RGB is 173 - color contains mainly: red. Hex color #AD62AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD62AA is #529D55. Grayscale: #808080. Windows color (decimal): -5414230 or 11166381. OLE color: 11166381.

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

Color convert

RGB 173 98 170 -
CMYK 0 0.43 0.02 0.32
HSL 302.4º 0.31% 0.53% -
HSV(B) 302.4º 0.43% 0.68% -
XYZ 28.86 20.52 40.47 -
YUV 128.63 151.35 159.65 -
System Red Green Blue C M Y K H S L
Decimal 173 98 170 0 0.43 0.02 0.32 302.4 0.31 0.53
Hex AD 62 AA 0 2B 2 20 12E 1F 35
Octal 255 142 252 0 53 2 40 456 37 65
Binary 10101101 1100010 10101010 0 101011 10 100000 100101110 11111 110101

Color Harmonies of #AD62AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD62AA

Black with #AD62AA

Text Example


Text Example

White with #AD62AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD62AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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