Html Css Color HEX #AF1FFF Electric Purple

📋 copy color: '#AF1FFF'

red 175 ◦ green 31 ◦ blue 255

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

Shades of Electric Purple #AF1FFF

Tints of Electric Purple #AF1FFF

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.72%

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

R = 37.96%
G = 6.72%
B = 55.31%

CMYK

 C value IS 0.31

 M value IS 0.88

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AF1FFF (or 0xAF1FFF) is known color: Electric Purple. HEX triplet: AF, 1F and FF. RGB value is (175,31,255). Sum of RGB (Red+Green+Blue) = 175+31+255=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 31 (12.5% from 255 or 6.72% from 461); Blue value is 255 (100% from 255 or 55.31% from 461); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF1FFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF1FFF is #50E000. Grayscale: #626262. Windows color (decimal): -5300225 or 16719791. OLE color: 16719791.

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

Color convert

RGB 175 31 255 -
CMYK 0.31 0.88 0 0
HSL 278.57º 1% 0.56% -
HSV(B) 278.57º 0.88% 1% -
XYZ 36.22 17.31 96.04 -
YUV 99.59 215.71 181.79 -
System Red Green Blue C M Y K H S L
Decimal 175 31 255 0.31 0.88 0 0 278.57 1 0.56
Hex AF 1F FF 1F 58 0 0 117 64 38
Octal 257 37 377 37 130 0 0 427 144 70
Binary 10101111 11111 11111111 11111 1011000 0 0 100010111 1100100 111000

Color Harmonies of #AF1FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1FFF

Black with #AF1FFF

Text Example


Text Example

White with #AF1FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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