Html Css Color HEX #AF31F3 Blue Violet

📋 copy color: '#AF31F3'

red 175 ◦ green 49 ◦ blue 243

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

Shades of Blue Violet #AF31F3

Tints of Blue Violet #AF31F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 52.03%

R = 37.47%
G = 10.49%
B = 52.03%

CMYK

 C value IS 0.28

 M value IS 0.80

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AF31F3 (or 0xAF31F3) is known color: Blue Violet. HEX triplet: AF, 31 and F3. RGB value is (175,49,243). Sum of RGB (Red+Green+Blue) = 175+49+243=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 49 (19.53% from 255 or 10.49% from 467); Blue value is 243 (95.31% from 255 or 52.03% from 467); Max value from RGB is 243 - color contains mainly: blue. Hex color #AF31F3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF31F3 is #50CE0C. Grayscale: #6C6C6C. Windows color (decimal): -5295629 or 15937967. OLE color: 15937967.

HSL color Cylindrical-coordinate representation of color #AF31F3: hue angle of 278.97º degrees, saturation: 0.89, 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 #AF31F3 is Cyan = 0.28, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 49 243 -
CMYK 0.28 0.80 0 0.05
HSL 278.97º 0.89% 0.57% -
HSV(B) 278.97º 0.8% 0.95% -
XYZ 34.96 17.78 86.38 -
YUV 108.79 203.74 175.23 -
System Red Green Blue C M Y K H S L
Decimal 175 49 243 0.28 0.80 0 0.05 278.97 0.89 0.57
Hex AF 31 F3 1C 50 0 5 117 59 39
Octal 257 61 363 34 120 0 5 427 131 71
Binary 10101111 110001 11110011 11100 1010000 0 101 100010111 1011001 111001

Color Harmonies of #AF31F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF31F3

Black with #AF31F3

Text Example


Text Example

White with #AF31F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF31F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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