Html Css Color HEX #AD50A2 Violet Blue

📋 copy color: '#AD50A2'

red 173 ◦ green 80 ◦ blue 162

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

Shades of Violet Blue #AD50A2

Tints of Violet Blue #AD50A2

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.28%

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

R = 41.69%
G = 19.28%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.06

 K value IS 0.32

RGB Variations

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

Color information

#AD50A2 (or 0xAD50A2) is known color: Violet Blue. HEX triplet: AD, 50 and A2. RGB value is (173,80,162). Sum of RGB (Red+Green+Blue) = 173+80+162=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 80 (31.64% from 255 or 19.28% from 415); Blue value is 162 (63.67% from 255 or 39.04% from 415); Max value from RGB is 173 - color contains mainly: red. Hex color #AD50A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD50A2 is #52AF5D. Grayscale: #747474. Windows color (decimal): -5418846 or 10637485. OLE color: 10637485.

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

Color convert

RGB 173 80 162 -
CMYK 0 0.54 0.06 0.32
HSL 307.1º 0.37% 0.5% -
HSV(B) 307.1º 0.54% 0.68% -
XYZ 26.62 17.23 36.1 -
YUV 117.16 153.31 167.83 -
System Red Green Blue C M Y K H S L
Decimal 173 80 162 0 0.54 0.06 0.32 307.1 0.37 0.5
Hex AD 50 A2 0 36 6 20 133 25 32
Octal 255 120 242 0 66 6 40 463 45 62
Binary 10101101 1010000 10100010 0 110110 110 100000 100110011 100101 110010

Color Harmonies of #AD50A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD50A2

Black with #AD50A2

Text Example


Text Example

White with #AD50A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD50A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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