Html Css Color HEX #AF31FB Blue Violet

📋 copy color: '#AF31FB'

red 175 ◦ green 49 ◦ blue 251

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

Shades of Blue Violet #AF31FB

Tints of Blue Violet #AF31FB

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.32%

 BLUE value IS 251 (98.44% from 255) = 52.84%

R = 36.84%
G = 10.32%
B = 52.84%

CMYK

 C value IS 0.30

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF31FB (or 0xAF31FB) is known color: Blue Violet. HEX triplet: AF, 31 and FB. RGB value is (175,49,251). Sum of RGB (Red+Green+Blue) = 175+49+251=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 49 (19.53% from 255 or 10.32% from 475); Blue value is 251 (98.44% from 255 or 52.84% from 475); Max value from RGB is 251 - color contains mainly: blue. Hex color #AF31FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF31FB is #50CE04. Grayscale: #6D6D6D. Windows color (decimal): -5295621 or 16462255. OLE color: 16462255.

HSL color Cylindrical-coordinate representation of color #AF31FB: hue angle of 277.43º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF31FB is Cyan = 0.30, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 49 251 -
CMYK 0.30 0.80 0 0.02
HSL 277.43º 0.96% 0.59% -
HSV(B) 277.43º 0.8% 0.98% -
XYZ 36.19 18.28 92.89 -
YUV 109.7 207.74 174.57 -
System Red Green Blue C M Y K H S L
Decimal 175 49 251 0.30 0.80 0 0.02 277.43 0.96 0.59
Hex AF 31 FB 1E 50 0 2 115 60 3B
Octal 257 61 373 36 120 0 2 425 140 73
Binary 10101111 110001 11111011 11110 1010000 0 10 100010101 1100000 111011

Color Harmonies of #AF31FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF31FB

Black with #AF31FB

Text Example


Text Example

White with #AF31FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF31FB; }

 p { color: rgb(175,49,251); }

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

background-color css

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

 a { background-color: rgb(175,49,251); }

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

border-color css

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

 span { border-color: rgb(175,49,251); }

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