Html Css Color HEX #AD42AB Violet Blue

📋 copy color: '#AD42AB'

red 173 ◦ green 66 ◦ blue 171

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

Shades of Violet Blue #AD42AB

Tints of Violet Blue #AD42AB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.1%

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

R = 42.2%
G = 16.1%
B = 41.71%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AD42AB (or 0xAD42AB) is known color: Violet Blue. HEX triplet: AD, 42 and AB. RGB value is (173,66,171). Sum of RGB (Red+Green+Blue) = 173+66+171=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 66 (26.17% from 255 or 16.10% from 410); Blue value is 171 (67.19% from 255 or 41.71% from 410); Max value from RGB is 173 - color contains mainly: red. Hex color #AD42AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD42AB is #52BD54. Grayscale: #6D6D6D. Windows color (decimal): -5422421 or 11223725. OLE color: 11223725.

HSL color Cylindrical-coordinate representation of color #AD42AB: hue angle of 301.12º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD42AB is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 66 171 -
CMYK 0 0.62 0.01 0.32
HSL 301.12º 0.45% 0.47% -
HSV(B) 301.12º 0.62% 0.68% -
XYZ 26.53 15.72 40.16 -
YUV 109.96 162.45 172.96 -
System Red Green Blue C M Y K H S L
Decimal 173 66 171 0 0.62 0.01 0.32 301.12 0.45 0.47
Hex AD 42 AB 0 3E 1 20 12D 2D 2F
Octal 255 102 253 0 76 1 40 455 55 57
Binary 10101101 1000010 10101011 0 111110 1 100000 100101101 101101 101111

Color Harmonies of #AD42AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD42AB

Black with #AD42AB

Text Example


Text Example

White with #AD42AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD42AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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