Html Css Color HEX #AD51A2 Violet Blue

📋 copy color: '#AD51A2'

red 173 ◦ green 81 ◦ blue 162

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

Shades of Violet Blue #AD51A2

Tints of Violet Blue #AD51A2

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.47%

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

R = 41.59%
G = 19.47%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.06

 K value IS 0.32

RGB Variations

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

Color information

#AD51A2 (or 0xAD51A2) is known color: Violet Blue. HEX triplet: AD, 51 and A2. RGB value is (173,81,162). Sum of RGB (Red+Green+Blue) = 173+81+162=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 81 (32.03% from 255 or 19.47% from 416); Blue value is 162 (63.67% from 255 or 38.94% from 416); Max value from RGB is 173 - color contains mainly: red. Hex color #AD51A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD51A2 is #52AE5D. Grayscale: #757575. Windows color (decimal): -5418590 or 10637741. OLE color: 10637741.

HSL color Cylindrical-coordinate representation of color #AD51A2: hue angle of 307.17º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD51A2 is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 81 162 -
CMYK 0 0.53 0.06 0.32
HSL 307.17º 0.36% 0.5% -
HSV(B) 307.17º 0.53% 0.68% -
XYZ 26.7 17.38 36.13 -
YUV 117.74 152.98 167.41 -
System Red Green Blue C M Y K H S L
Decimal 173 81 162 0 0.53 0.06 0.32 307.17 0.36 0.5
Hex AD 51 A2 0 35 6 20 133 24 32
Octal 255 121 242 0 65 6 40 463 44 62
Binary 10101101 1010001 10100010 0 110101 110 100000 100110011 100100 110010

Color Harmonies of #AD51A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD51A2

Black with #AD51A2

Text Example


Text Example

White with #AD51A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD51A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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