Html Css Color HEX #AF70B0 Violet Blue

📋 copy color: '#AF70B0'

red 175 ◦ green 112 ◦ blue 176

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

Shades of Violet Blue #AF70B0

Tints of Violet Blue #AF70B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 38.01%

R = 37.8%
G = 24.19%
B = 38.01%

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

#AF70B0 (or 0xAF70B0) is known color: Violet Blue. HEX triplet: AF, 70 and B0. RGB value is (175,112,176). Sum of RGB (Red+Green+Blue) = 175+112+176=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 112 (44.14% from 255 or 24.19% from 463); Blue value is 176 (69.14% from 255 or 38.01% from 463); Max value from RGB is 176 - color contains mainly: blue. Hex color #AF70B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF70B0 is #508F4F. Grayscale: #898989. Windows color (decimal): -5279568 or 11563183. OLE color: 11563183.

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

Color convert

RGB 175 112 176 -
CMYK 0.01 0.36 0 0.31
HSL 299.06º 0.29% 0.56% -
HSV(B) 299.06º 0.36% 0.69% -
XYZ 31.31 23.84 44.03 -
YUV 138.13 149.37 154.3 -
System Red Green Blue C M Y K H S L
Decimal 175 112 176 0.01 0.36 0 0.31 299.06 0.29 0.56
Hex AF 70 B0 1 24 0 1F 12B 1D 38
Octal 257 160 260 1 44 0 37 453 35 70
Binary 10101111 1110000 10110000 1 100100 0 11111 100101011 11101 111000

Color Harmonies of #AF70B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF70B0

Black with #AF70B0

Text Example


Text Example

White with #AF70B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF70B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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