Html Css Color HEX #AD6AAF Violet Blue

📋 copy color: '#AD6AAF'

red 173 ◦ green 106 ◦ blue 175

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

Shades of Violet Blue #AD6AAF

Tints of Violet Blue #AD6AAF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.35%

 BLUE value IS 175 (68.75% from 255) = 38.55%

R = 38.11%
G = 23.35%
B = 38.55%

CMYK

 C value IS 0.01

 M value IS 0.39

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AD6AAF (or 0xAD6AAF) is known color: Violet Blue. HEX triplet: AD, 6A and AF. RGB value is (173,106,175). Sum of RGB (Red+Green+Blue) = 173+106+175=454 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.11% from 454); Green value is 106 (41.80% from 255 or 23.35% from 454); Blue value is 175 (68.75% from 255 or 38.55% from 454); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD6AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6AAF is #529550. Grayscale: #858585. Windows color (decimal): -5412177 or 11496109. OLE color: 11496109.

HSL color Cylindrical-coordinate representation of color #AD6AAF: hue angle of 298.26º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AD6AAF is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 173 106 175 -
CMYK 0.01 0.39 0 0.31
HSL 298.26º 0.3% 0.55% -
HSV(B) 298.26º 0.39% 0.69% -
XYZ 30.13 22.29 43.27 -
YUV 133.9 151.2 155.89 -
System Red Green Blue C M Y K H S L
Decimal 173 106 175 0.01 0.39 0 0.31 298.26 0.3 0.55
Hex AD 6A AF 1 27 0 1F 12A 1E 37
Octal 255 152 257 1 47 0 37 452 36 67
Binary 10101101 1101010 10101111 1 100111 0 11111 100101010 11110 110111

Color Harmonies of #AD6AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6AAF

Black with #AD6AAF

Text Example


Text Example

White with #AD6AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6AAF; }

 p { color: rgb(173,106,175); }

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

background-color css

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

 a { background-color: rgb(173,106,175); }

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

border-color css

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

 span { border-color: rgb(173,106,175); }

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