Html Css Color HEX #AD53A3 Violet Blue

📋 copy color: '#AD53A3'

red 173 ◦ green 83 ◦ blue 163

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

Shades of Violet Blue #AD53A3

Tints of Violet Blue #AD53A3

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.81%

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

R = 41.29%
G = 19.81%
B = 38.9%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.06

 K value IS 0.32

RGB Variations

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

Color information

#AD53A3 (or 0xAD53A3) is known color: Violet Blue. HEX triplet: AD, 53 and A3. RGB value is (173,83,163). Sum of RGB (Red+Green+Blue) = 173+83+163=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 83 (32.81% from 255 or 19.81% from 419); Blue value is 163 (64.06% from 255 or 38.90% from 419); Max value from RGB is 173 - color contains mainly: red. Hex color #AD53A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD53A3 is #52AC5C. Grayscale: #767676. Windows color (decimal): -5418077 or 10703789. OLE color: 10703789.

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

Color convert

RGB 173 83 163 -
CMYK 0 0.52 0.06 0.32
HSL 306.67º 0.35% 0.5% -
HSV(B) 306.67º 0.52% 0.68% -
XYZ 26.94 17.72 36.65 -
YUV 119.03 152.82 166.5 -
System Red Green Blue C M Y K H S L
Decimal 173 83 163 0 0.52 0.06 0.32 306.67 0.35 0.5
Hex AD 53 A3 0 34 6 20 133 23 32
Octal 255 123 243 0 64 6 40 463 43 62
Binary 10101101 1010011 10100011 0 110100 110 100000 100110011 100011 110010

Color Harmonies of #AD53A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD53A3

Black with #AD53A3

Text Example


Text Example

White with #AD53A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD53A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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