Html Css Color HEX #AF70AF Violet Blue

📋 copy color: '#AF70AF'

red 175 ◦ green 112 ◦ blue 175

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

Shades of Violet Blue #AF70AF

Tints of Violet Blue #AF70AF

RGB

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

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

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

R = 37.88%
G = 24.24%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AF70AF (or 0xAF70AF) is known color: Violet Blue. HEX triplet: AF, 70 and AF. RGB value is (175,112,175). Sum of RGB (Red+Green+Blue) = 175+112+175=462 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.88% from 462); Green value is 112 (44.14% from 255 or 24.24% from 462); Blue value is 175 (68.75% from 255 or 37.88% from 462); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AF70AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF70AF is #508F50. Grayscale: #898989. Windows color (decimal): -5279569 or 11497647. OLE color: 11497647.

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

Color convert

RGB 175 112 175 -
CMYK 0 0.36 0 0.31
HSL 300º 0.28% 0.56% -
HSV(B) 300º 0.36% 0.69% -
XYZ 31.21 23.8 43.51 -
YUV 138.02 148.87 154.38 -
System Red Green Blue C M Y K H S L
Decimal 175 112 175 0 0.36 0 0.31 300 0.28 0.56
Hex AF 70 AF 0 24 0 1F 12C 1C 38
Octal 257 160 257 0 44 0 37 454 34 70
Binary 10101111 1110000 10101111 0 100100 0 11111 100101100 11100 111000

Color Harmonies of #AF70AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF70AF

Black with #AF70AF

Text Example


Text Example

White with #AF70AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF70AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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