Html Css Color HEX #AD50A3 Violet Blue

📋 copy color: '#AD50A3'

red 173 ◦ green 80 ◦ blue 163

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

Shades of Violet Blue #AD50A3

Tints of Violet Blue #AD50A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 39.18%

R = 41.59%
G = 19.23%
B = 39.18%

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

#AD50A3 (or 0xAD50A3) is known color: Violet Blue. HEX triplet: AD, 50 and A3. RGB value is (173,80,163). Sum of RGB (Red+Green+Blue) = 173+80+163=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 80 (31.64% from 255 or 19.23% from 416); Blue value is 163 (64.06% from 255 or 39.18% from 416); Max value from RGB is 173 - color contains mainly: red. Hex color #AD50A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD50A3 is #52AF5C. Grayscale: #757575. Windows color (decimal): -5418845 or 10703021. OLE color: 10703021.

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

Color convert

RGB 173 80 163 -
CMYK 0 0.54 0.06 0.32
HSL 306.45º 0.37% 0.5% -
HSV(B) 306.45º 0.54% 0.68% -
XYZ 26.71 17.27 36.58 -
YUV 117.27 153.81 167.75 -
System Red Green Blue C M Y K H S L
Decimal 173 80 163 0 0.54 0.06 0.32 306.45 0.37 0.5
Hex AD 50 A3 0 36 6 20 132 25 32
Octal 255 120 243 0 66 6 40 462 45 62
Binary 10101101 1010000 10100011 0 110110 110 100000 100110010 100101 110010

Color Harmonies of #AD50A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD50A3

Black with #AD50A3

Text Example


Text Example

White with #AD50A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD50A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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