Html Css Color HEX #AD42A1 Violet Blue

📋 copy color: '#AD42A1'

red 173 ◦ green 66 ◦ blue 161

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

Shades of Violet Blue #AD42A1

Tints of Violet Blue #AD42A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 40.25%

R = 43.25%
G = 16.5%
B = 40.25%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.07

 K value IS 0.32

RGB Variations

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

Color information

#AD42A1 (or 0xAD42A1) is known color: Violet Blue. HEX triplet: AD, 42 and A1. RGB value is (173,66,161). Sum of RGB (Red+Green+Blue) = 173+66+161=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 66 (26.17% from 255 or 16.5% from 400); Blue value is 161 (63.28% from 255 or 40.25% from 400); Max value from RGB is 173 - color contains mainly: red. Hex color #AD42A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD42A1 is #52BD5E. Grayscale: #6C6C6C. Windows color (decimal): -5422431 or 10568365. OLE color: 10568365.

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

Color convert

RGB 173 66 161 -
CMYK 0 0.62 0.07 0.32
HSL 306.73º 0.45% 0.47% -
HSV(B) 306.73º 0.62% 0.68% -
XYZ 25.61 15.35 35.33 -
YUV 108.82 157.45 173.78 -
System Red Green Blue C M Y K H S L
Decimal 173 66 161 0 0.62 0.07 0.32 306.73 0.45 0.47
Hex AD 42 A1 0 3E 7 20 133 2D 2F
Octal 255 102 241 0 76 7 40 463 55 57
Binary 10101101 1000010 10100001 0 111110 111 100000 100110011 101101 101111

Color Harmonies of #AD42A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD42A1

Black with #AD42A1

Text Example


Text Example

White with #AD42A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD42A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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