Html Css Color HEX #AF70AD Violet Blue

📋 copy color: '#AF70AD'

red 175 ◦ green 112 ◦ blue 173

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

Shades of Violet Blue #AF70AD

Tints of Violet Blue #AF70AD

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #AF70AD: hue angle of 301.9º 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 #AF70AD is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 112 173 -
CMYK 0 0.36 0.01 0.31
HSL 301.9º 0.28% 0.56% -
HSV(B) 301.9º 0.36% 0.69% -
XYZ 31.02 23.72 42.48 -
YUV 137.79 147.87 154.54 -
System Red Green Blue C M Y K H S L
Decimal 175 112 173 0 0.36 0.01 0.31 301.9 0.28 0.56
Hex AF 70 AD 0 24 1 1F 12E 1C 38
Octal 257 160 255 0 44 1 37 456 34 70
Binary 10101111 1110000 10101101 0 100100 1 11111 100101110 11100 111000

Color Harmonies of #AF70AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF70AD

Black with #AF70AD

Text Example


Text Example

White with #AF70AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF70AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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