Html Css Color HEX #AD62AB Violet Blue

📋 copy color: '#AD62AB'

red 173 ◦ green 98 ◦ blue 171

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

Shades of Violet Blue #AD62AB

Tints of Violet Blue #AD62AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.69%

R = 39.14%
G = 22.17%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AD62AB (or 0xAD62AB) is known color: Violet Blue. HEX triplet: AD, 62 and AB. RGB value is (173,98,171). Sum of RGB (Red+Green+Blue) = 173+98+171=442 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.14% from 442); Green value is 98 (38.67% from 255 or 22.17% from 442); Blue value is 171 (67.19% from 255 or 38.69% from 442); Max value from RGB is 173 - color contains mainly: red. Hex color #AD62AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD62AB is #529D54. Grayscale: #808080. Windows color (decimal): -5414229 or 11231917. OLE color: 11231917.

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

Color convert

RGB 173 98 171 -
CMYK 0 0.43 0.01 0.32
HSL 301.6º 0.31% 0.53% -
HSV(B) 301.6º 0.43% 0.68% -
XYZ 28.95 20.56 40.97 -
YUV 128.75 151.85 159.56 -
System Red Green Blue C M Y K H S L
Decimal 173 98 171 0 0.43 0.01 0.32 301.6 0.31 0.53
Hex AD 62 AB 0 2B 1 20 12E 1F 35
Octal 255 142 253 0 53 1 40 456 37 65
Binary 10101101 1100010 10101011 0 101011 1 100000 100101110 11111 110101

Color Harmonies of #AD62AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD62AB

Black with #AD62AB

Text Example


Text Example

White with #AD62AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD62AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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