Html Css Color HEX #AF70B3 Violet Blue

📋 copy color: '#AF70B3'

red 175 ◦ green 112 ◦ blue 179

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

Shades of Violet Blue #AF70B3

Tints of Violet Blue #AF70B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 38.41%

R = 37.55%
G = 24.03%
B = 38.41%

CMYK

 C value IS 0.02

 M value IS 0.37

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AF70B3 (or 0xAF70B3) is known color: Violet Blue. HEX triplet: AF, 70 and B3. RGB value is (175,112,179). Sum of RGB (Red+Green+Blue) = 175+112+179=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 112 (44.14% from 255 or 24.03% from 466); Blue value is 179 (70.31% from 255 or 38.41% from 466); Max value from RGB is 179 - color contains mainly: blue. Hex color #AF70B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF70B3 is #508F4C. Grayscale: #8A8A8A. Windows color (decimal): -5279565 or 11759791. OLE color: 11759791.

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

Color convert

RGB 175 112 179 -
CMYK 0.02 0.37 0 0.30
HSL 296.42º 0.31% 0.57% -
HSV(B) 296.42º 0.37% 0.7% -
XYZ 31.61 23.96 45.61 -
YUV 138.48 150.87 154.05 -
System Red Green Blue C M Y K H S L
Decimal 175 112 179 0.02 0.37 0 0.30 296.42 0.31 0.57
Hex AF 70 B3 2 25 0 1E 128 1F 39
Octal 257 160 263 2 45 0 36 450 37 71
Binary 10101111 1110000 10110011 10 100101 0 11110 100101000 11111 111001

Color Harmonies of #AF70B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF70B3

Black with #AF70B3

Text Example


Text Example

White with #AF70B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF70B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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