Html Css Color HEX #AD41A1 Violet Blue

📋 copy color: '#AD41A1'

red 173 ◦ green 65 ◦ blue 161

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

Shades of Violet Blue #AD41A1

Tints of Violet Blue #AD41A1

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.29%

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

R = 43.36%
G = 16.29%
B = 40.35%

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

#AD41A1 (or 0xAD41A1) is known color: Violet Blue. HEX triplet: AD, 41 and A1. RGB value is (173,65,161). Sum of RGB (Red+Green+Blue) = 173+65+161=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 65 (25.78% from 255 or 16.29% from 399); Blue value is 161 (63.28% from 255 or 40.35% from 399); Max value from RGB is 173 - color contains mainly: red. Hex color #AD41A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD41A1 is #52BE5E. Grayscale: #6B6B6B. Windows color (decimal): -5422687 or 10568109. OLE color: 10568109.

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

Color convert

RGB 173 65 161 -
CMYK 0 0.62 0.07 0.32
HSL 306.67º 0.45% 0.47% -
HSV(B) 306.67º 0.62% 0.68% -
XYZ 25.56 15.24 35.31 -
YUV 108.24 157.78 174.19 -
System Red Green Blue C M Y K H S L
Decimal 173 65 161 0 0.62 0.07 0.32 306.67 0.45 0.47
Hex AD 41 A1 0 3E 7 20 133 2D 2F
Octal 255 101 241 0 76 7 40 463 55 57
Binary 10101101 1000001 10100001 0 111110 111 100000 100110011 101101 101111

Color Harmonies of #AD41A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD41A1

Black with #AD41A1

Text Example


Text Example

White with #AD41A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD41A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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