Html Css Color HEX #AD42A2 Violet Blue

📋 copy color: '#AD42A2'

red 173 ◦ green 66 ◦ blue 162

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

Shades of Violet Blue #AD42A2

Tints of Violet Blue #AD42A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 40.4%

R = 43.14%
G = 16.46%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.06

 K value IS 0.32

RGB Variations

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

Color information

#AD42A2 (or 0xAD42A2) is known color: Violet Blue. HEX triplet: AD, 42 and A2. RGB value is (173,66,162). Sum of RGB (Red+Green+Blue) = 173+66+162=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 66 (26.17% from 255 or 16.46% from 401); Blue value is 162 (63.67% from 255 or 40.40% from 401); Max value from RGB is 173 - color contains mainly: red. Hex color #AD42A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD42A2 is #52BD5D. Grayscale: #6C6C6C. Windows color (decimal): -5422430 or 10633901. OLE color: 10633901.

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

Color convert

RGB 173 66 162 -
CMYK 0 0.62 0.06 0.32
HSL 306.17º 0.45% 0.47% -
HSV(B) 306.17º 0.62% 0.68% -
XYZ 25.7 15.39 35.8 -
YUV 108.94 157.95 173.69 -
System Red Green Blue C M Y K H S L
Decimal 173 66 162 0 0.62 0.06 0.32 306.17 0.45 0.47
Hex AD 42 A2 0 3E 6 20 132 2D 2F
Octal 255 102 242 0 76 6 40 462 55 57
Binary 10101101 1000010 10100010 0 111110 110 100000 100110010 101101 101111

Color Harmonies of #AD42A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD42A2

Black with #AD42A2

Text Example


Text Example

White with #AD42A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD42A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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