Html Css Color HEX #AF70AC Violet Blue

📋 copy color: '#AF70AC'

red 175 ◦ green 112 ◦ blue 172

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

Shades of Violet Blue #AF70AC

Tints of Violet Blue #AF70AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 37.47%

R = 38.13%
G = 24.4%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#AF70AC (or 0xAF70AC) is known color: Violet Blue. HEX triplet: AF, 70 and AC. RGB value is (175,112,172). Sum of RGB (Red+Green+Blue) = 175+112+172=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 112 (44.14% from 255 or 24.40% from 459); Blue value is 172 (67.58% from 255 or 37.47% from 459); Max value from RGB is 175 - color contains mainly: red. Hex color #AF70AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF70AC is #508F53. Grayscale: #898989. Windows color (decimal): -5279572 or 11301039. OLE color: 11301039.

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

Color convert

RGB 175 112 172 -
CMYK 0 0.36 0.02 0.31
HSL 302.86º 0.28% 0.56% -
HSV(B) 302.86º 0.36% 0.69% -
XYZ 30.92 23.68 41.97 -
YUV 137.68 147.37 154.62 -
System Red Green Blue C M Y K H S L
Decimal 175 112 172 0 0.36 0.02 0.31 302.86 0.28 0.56
Hex AF 70 AC 0 24 2 1F 12F 1C 38
Octal 257 160 254 0 44 2 37 457 34 70
Binary 10101111 1110000 10101100 0 100100 10 11111 100101111 11100 111000

Color Harmonies of #AF70AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF70AC

Black with #AF70AC

Text Example


Text Example

White with #AF70AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF70AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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