Html Css Color HEX #AF71B7 Violet Blue

📋 copy color: '#AF71B7'

red 175 ◦ green 113 ◦ blue 183

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

Shades of Violet Blue #AF71B7

Tints of Violet Blue #AF71B7

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.99%

 BLUE value IS 183 (71.88% from 255) = 38.85%

R = 37.15%
G = 23.99%
B = 38.85%

CMYK

 C value IS 0.04

 M value IS 0.38

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AF71B7 (or 0xAF71B7) is known color: Violet Blue. HEX triplet: AF, 71 and B7. RGB value is (175,113,183). Sum of RGB (Red+Green+Blue) = 175+113+183=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 113 (44.53% from 255 or 23.99% from 471); Blue value is 183 (71.88% from 255 or 38.85% from 471); Max value from RGB is 183 - color contains mainly: blue. Hex color #AF71B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF71B7 is #508E48. Grayscale: #8B8B8B. Windows color (decimal): -5279305 or 12022191. OLE color: 12022191.

HSL color Cylindrical-coordinate representation of color #AF71B7: hue angle of 293.14º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF71B7 is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 175 113 183 -
CMYK 0.04 0.38 0 0.28
HSL 293.14º 0.33% 0.58% -
HSV(B) 293.14º 0.38% 0.72% -
XYZ 32.13 24.34 47.8 -
YUV 139.52 152.54 153.31 -
System Red Green Blue C M Y K H S L
Decimal 175 113 183 0.04 0.38 0 0.28 293.14 0.33 0.58
Hex AF 71 B7 4 26 0 1C 125 21 3A
Octal 257 161 267 4 46 0 34 445 41 72
Binary 10101111 1110001 10110111 100 100110 0 11100 100100101 100001 111010

Color Harmonies of #AF71B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF71B7

Black with #AF71B7

Text Example


Text Example

White with #AF71B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF71B7; }

 p { color: rgb(175,113,183); }

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

background-color css

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

 a { background-color: rgb(175,113,183); }

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

border-color css

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

 span { border-color: rgb(175,113,183); }

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