Html Css Color HEX #AD70AF Violet Blue

📋 copy color: '#AD70AF'

red 173 ◦ green 112 ◦ blue 175

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

Shades of Violet Blue #AD70AF

Tints of Violet Blue #AD70AF

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.35%

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

R = 37.61%
G = 24.35%
B = 38.04%

CMYK

 C value IS 0.01

 M value IS 0.36

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AD70AF (or 0xAD70AF) is known color: Violet Blue. HEX triplet: AD, 70 and AF. RGB value is (173,112,175). Sum of RGB (Red+Green+Blue) = 173+112+175=460 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.61% from 460); Green value is 112 (44.14% from 255 or 24.35% from 460); Blue value is 175 (68.75% from 255 or 38.04% from 460); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD70AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD70AF is #528F50. Grayscale: #898989. Windows color (decimal): -5410641 or 11497645. OLE color: 11497645.

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

Color convert

RGB 173 112 175 -
CMYK 0.01 0.36 0 0.31
HSL 298.1º 0.28% 0.56% -
HSV(B) 298.1º 0.36% 0.69% -
XYZ 30.77 23.57 43.48 -
YUV 137.42 149.21 153.38 -
System Red Green Blue C M Y K H S L
Decimal 173 112 175 0.01 0.36 0 0.31 298.1 0.28 0.56
Hex AD 70 AF 1 24 0 1F 12A 1C 38
Octal 255 160 257 1 44 0 37 452 34 70
Binary 10101101 1110000 10101111 1 100100 0 11111 100101010 11100 111000

Color Harmonies of #AD70AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD70AF

Black with #AD70AF

Text Example


Text Example

White with #AD70AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD70AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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