Html Css Color HEX #AF31F1 Blue Violet

📋 copy color: '#AF31F1'

red 175 ◦ green 49 ◦ blue 241

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

Shades of Blue Violet #AF31F1

Tints of Blue Violet #AF31F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 51.83%

R = 37.63%
G = 10.54%
B = 51.83%

CMYK

 C value IS 0.27

 M value IS 0.80

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AF31F1 (or 0xAF31F1) is known color: Blue Violet. HEX triplet: AF, 31 and F1. RGB value is (175,49,241). Sum of RGB (Red+Green+Blue) = 175+49+241=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 49 (19.53% from 255 or 10.54% from 465); Blue value is 241 (94.53% from 255 or 51.83% from 465); Max value from RGB is 241 - color contains mainly: blue. Hex color #AF31F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF31F1 is #50CE0E. Grayscale: #6B6B6B. Windows color (decimal): -5295631 or 15806895. OLE color: 15806895.

HSL color Cylindrical-coordinate representation of color #AF31F1: hue angle of 279.38º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF31F1 is Cyan = 0.27, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 49 241 -
CMYK 0.27 0.80 0 0.05
HSL 279.38º 0.87% 0.57% -
HSV(B) 279.38º 0.8% 0.95% -
XYZ 34.65 17.66 84.8 -
YUV 108.56 202.74 175.39 -
System Red Green Blue C M Y K H S L
Decimal 175 49 241 0.27 0.80 0 0.05 279.38 0.87 0.57
Hex AF 31 F1 1B 50 0 5 117 57 39
Octal 257 61 361 33 120 0 5 427 127 71
Binary 10101111 110001 11110001 11011 1010000 0 101 100010111 1010111 111001

Color Harmonies of #AF31F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF31F1

Black with #AF31F1

Text Example


Text Example

White with #AF31F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF31F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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