Html Css Color HEX #AF31FE Blue Violet

📋 copy color: '#AF31FE'

red 175 ◦ green 49 ◦ blue 254

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

Shades of Blue Violet #AF31FE

Tints of Blue Violet #AF31FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 53.14%

R = 36.61%
G = 10.25%
B = 53.14%

CMYK

 C value IS 0.31

 M value IS 0.81

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AF31FE (or 0xAF31FE) is known color: Blue Violet. HEX triplet: AF, 31 and FE. RGB value is (175,49,254). Sum of RGB (Red+Green+Blue) = 175+49+254=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 49 (19.53% from 255 or 10.25% from 478); Blue value is 254 (99.61% from 255 or 53.14% from 478); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF31FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF31FE is #50CE01. Grayscale: #6D6D6D. Windows color (decimal): -5295618 or 16658863. OLE color: 16658863.

HSL color Cylindrical-coordinate representation of color #AF31FE: hue angle of 276.88º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF31FE is Cyan = 0.31, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 175 49 254 -
CMYK 0.31 0.81 0 0.00
HSL 276.88º 0.99% 0.59% -
HSV(B) 276.88º 0.81% 1% -
XYZ 36.67 18.47 95.4 -
YUV 110.04 209.24 174.33 -
System Red Green Blue C M Y K H S L
Decimal 175 49 254 0.31 0.81 0 0.00 276.88 0.99 0.59
Hex AF 31 FE 1F 51 0 0 115 63 3B
Octal 257 61 376 37 121 0 0 425 143 73
Binary 10101111 110001 11111110 11111 1010001 0 0 100010101 1100011 111011

Color Harmonies of #AF31FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF31FE

Black with #AF31FE

Text Example


Text Example

White with #AF31FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF31FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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