Html Css Color HEX #AD74A6 Violet Blue

📋 copy color: '#AD74A6'

red 173 ◦ green 116 ◦ blue 166

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

Shades of Violet Blue #AD74A6

Tints of Violet Blue #AD74A6

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.49%

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

R = 38.02%
G = 25.49%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.04

 K value IS 0.32

RGB Variations

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

Color information

#AD74A6 (or 0xAD74A6) is known color: Violet Blue. HEX triplet: AD, 74 and A6. RGB value is (173,116,166). Sum of RGB (Red+Green+Blue) = 173+116+166=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 116 (45.70% from 255 or 25.49% from 455); Blue value is 166 (65.23% from 255 or 36.48% from 455); Max value from RGB is 173 - color contains mainly: red. Hex color #AD74A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD74A6 is #528B59. Grayscale: #8A8A8A. Windows color (decimal): -5409626 or 10908845. OLE color: 10908845.

HSL color Cylindrical-coordinate representation of color #AD74A6: hue angle of 307.37º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AD74A6 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 116 166 -
CMYK 0 0.33 0.04 0.32
HSL 307.37º 0.26% 0.57% -
HSV(B) 307.37º 0.33% 0.68% -
XYZ 30.36 24.13 39.13 -
YUV 138.74 143.38 152.43 -
System Red Green Blue C M Y K H S L
Decimal 173 116 166 0 0.33 0.04 0.32 307.37 0.26 0.57
Hex AD 74 A6 0 21 4 20 133 1A 39
Octal 255 164 246 0 41 4 40 463 32 71
Binary 10101101 1110100 10100110 0 100001 100 100000 100110011 11010 111001

Color Harmonies of #AD74A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD74A6

Black with #AD74A6

Text Example


Text Example

White with #AD74A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD74A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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