Html Css Color HEX #AF70B5 Violet Blue

📋 copy color: '#AF70B5'

red 175 ◦ green 112 ◦ blue 181

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

Shades of Violet Blue #AF70B5

Tints of Violet Blue #AF70B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 38.68%

R = 37.39%
G = 23.93%
B = 38.68%

CMYK

 C value IS 0.03

 M value IS 0.38

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AF70B5 (or 0xAF70B5) is known color: Violet Blue. HEX triplet: AF, 70 and B5. RGB value is (175,112,181). Sum of RGB (Red+Green+Blue) = 175+112+181=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 112 (44.14% from 255 or 23.93% from 468); Blue value is 181 (71.09% from 255 or 38.68% from 468); Max value from RGB is 181 - color contains mainly: blue. Hex color #AF70B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF70B5 is #508F4A. Grayscale: #8A8A8A. Windows color (decimal): -5279563 or 11890863. OLE color: 11890863.

HSL color Cylindrical-coordinate representation of color #AF70B5: hue angle of 294.78º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF70B5 is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 175 112 181 -
CMYK 0.03 0.38 0 0.29
HSL 294.78º 0.32% 0.57% -
HSV(B) 294.78º 0.38% 0.71% -
XYZ 31.81 24.04 46.68 -
YUV 138.7 151.87 153.89 -
System Red Green Blue C M Y K H S L
Decimal 175 112 181 0.03 0.38 0 0.29 294.78 0.32 0.57
Hex AF 70 B5 3 26 0 1D 127 20 39
Octal 257 160 265 3 46 0 35 447 40 71
Binary 10101111 1110000 10110101 11 100110 0 11101 100100111 100000 111001

Color Harmonies of #AF70B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF70B5

Black with #AF70B5

Text Example


Text Example

White with #AF70B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF70B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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