Html Css Color HEX #AF70B1 Violet Blue

📋 copy color: '#AF70B1'

red 175 ◦ green 112 ◦ blue 177

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

Shades of Violet Blue #AF70B1

Tints of Violet Blue #AF70B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 38.15%

R = 37.72%
G = 24.14%
B = 38.15%

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

#AF70B1 (or 0xAF70B1) is known color: Violet Blue. HEX triplet: AF, 70 and B1. RGB value is (175,112,177). Sum of RGB (Red+Green+Blue) = 175+112+177=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 112 (44.14% from 255 or 24.14% from 464); Blue value is 177 (69.53% from 255 or 38.15% from 464); Max value from RGB is 177 - color contains mainly: blue. Hex color #AF70B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF70B1 is #508F4E. Grayscale: #8A8A8A. Windows color (decimal): -5279567 or 11628719. OLE color: 11628719.

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

Color convert

RGB 175 112 177 -
CMYK 0.01 0.37 0 0.31
HSL 298.15º 0.29% 0.57% -
HSV(B) 298.15º 0.37% 0.69% -
XYZ 31.41 23.88 44.55 -
YUV 138.25 149.87 154.21 -
System Red Green Blue C M Y K H S L
Decimal 175 112 177 0.01 0.37 0 0.31 298.15 0.29 0.57
Hex AF 70 B1 1 25 0 1F 12A 1D 39
Octal 257 160 261 1 45 0 37 452 35 71
Binary 10101111 1110000 10110001 1 100101 0 11111 100101010 11101 111001

Color Harmonies of #AF70B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF70B1

Black with #AF70B1

Text Example


Text Example

White with #AF70B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF70B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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