Html Css Color HEX #AD45A6 Violet Blue

📋 copy color: '#AD45A6'

red 173 ◦ green 69 ◦ blue 166

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

Shades of Violet Blue #AD45A6

Tints of Violet Blue #AD45A6

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.91%

 BLUE value IS 166 (65.23% from 255) = 40.69%

R = 42.4%
G = 16.91%
B = 40.69%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.04

 K value IS 0.32

RGB Variations

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

Color information

#AD45A6 (or 0xAD45A6) is known color: Violet Blue. HEX triplet: AD, 45 and A6. RGB value is (173,69,166). Sum of RGB (Red+Green+Blue) = 173+69+166=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 69 (27.34% from 255 or 16.91% from 408); Blue value is 166 (65.23% from 255 or 40.69% from 408); Max value from RGB is 173 - color contains mainly: red. Hex color #AD45A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD45A6 is #52BA59. Grayscale: #6E6E6E. Windows color (decimal): -5421658 or 10896813. OLE color: 10896813.

HSL color Cylindrical-coordinate representation of color #AD45A6: hue angle of 304.04º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD45A6 is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 69 166 -
CMYK 0 0.60 0.04 0.32
HSL 304.04º 0.43% 0.47% -
HSV(B) 304.04º 0.6% 0.68% -
XYZ 26.24 15.89 37.76 -
YUV 111.15 158.96 172.11 -
System Red Green Blue C M Y K H S L
Decimal 173 69 166 0 0.60 0.04 0.32 304.04 0.43 0.47
Hex AD 45 A6 0 3C 4 20 130 2B 2F
Octal 255 105 246 0 74 4 40 460 53 57
Binary 10101101 1000101 10100110 0 111100 100 100000 100110000 101011 101111

Color Harmonies of #AD45A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD45A6

Black with #AD45A6

Text Example


Text Example

White with #AD45A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD45A6; }

 p { color: rgb(173,69,166); }

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

background-color css

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

 a { background-color: rgb(173,69,166); }

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

border-color css

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

 span { border-color: rgb(173,69,166); }

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