Html Css Color HEX #AD6FAF Violet Blue

📋 copy color: '#AD6FAF'

red 173 ◦ green 111 ◦ blue 175

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

Shades of Violet Blue #AD6FAF

Tints of Violet Blue #AD6FAF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.18%

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

R = 37.69%
G = 24.18%
B = 38.13%

CMYK

 C value IS 0.01

 M value IS 0.37

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AD6FAF (or 0xAD6FAF) is known color: Violet Blue. HEX triplet: AD, 6F and AF. RGB value is (173,111,175). Sum of RGB (Red+Green+Blue) = 173+111+175=459 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.69% from 459); Green value is 111 (43.75% from 255 or 24.18% from 459); Blue value is 175 (68.75% from 255 or 38.13% from 459); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD6FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6FAF is #529050. Grayscale: #888888. Windows color (decimal): -5410897 or 11497389. OLE color: 11497389.

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

Color convert

RGB 173 111 175 -
CMYK 0.01 0.37 0 0.31
HSL 298.13º 0.29% 0.56% -
HSV(B) 298.13º 0.37% 0.69% -
XYZ 30.66 23.35 43.45 -
YUV 136.83 149.54 153.8 -
System Red Green Blue C M Y K H S L
Decimal 173 111 175 0.01 0.37 0 0.31 298.13 0.29 0.56
Hex AD 6F AF 1 25 0 1F 12A 1D 38
Octal 255 157 257 1 45 0 37 452 35 70
Binary 10101101 1101111 10101111 1 100101 0 11111 100101010 11101 111000

Color Harmonies of #AD6FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6FAF

Black with #AD6FAF

Text Example


Text Example

White with #AD6FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6FAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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