Html Css Color HEX #AF31FF Blue Violet

📋 copy color: '#AF31FF'

red 175 ◦ green 49 ◦ blue 255

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

Shades of Blue Violet #AF31FF

Tints of Blue Violet #AF31FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 53.24%

R = 36.53%
G = 10.23%
B = 53.24%

CMYK

 C value IS 0.31

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AF31FF (or 0xAF31FF) is known color: Blue Violet. HEX triplet: AF, 31 and FF. RGB value is (175,49,255). Sum of RGB (Red+Green+Blue) = 175+49+255=479 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.53% from 479); Green value is 49 (19.53% from 255 or 10.23% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF31FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF31FF is #50CE00. Grayscale: #6D6D6D. Windows color (decimal): -5295617 or 16724399. OLE color: 16724399.

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

Color convert

RGB 175 49 255 -
CMYK 0.31 0.81 0 0
HSL 276.7º 1% 0.6% -
HSV(B) 276.7º 0.81% 1% -
XYZ 36.83 18.53 96.24 -
YUV 110.16 209.74 174.25 -
System Red Green Blue C M Y K H S L
Decimal 175 49 255 0.31 0.81 0 0 276.7 1 0.6
Hex AF 31 FF 1F 51 0 0 115 64 3C
Octal 257 61 377 37 121 0 0 425 144 74
Binary 10101111 110001 11111111 11111 1010001 0 0 100010101 1100100 111100

Color Harmonies of #AF31FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF31FF

Black with #AF31FF

Text Example


Text Example

White with #AF31FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF31FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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