Html Css Color HEX #AF23FE Electric Purple

📋 copy color: '#AF23FE'

red 175 ◦ green 35 ◦ blue 254

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

Shades of Electric Purple #AF23FE

Tints of Electric Purple #AF23FE

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.54%

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

R = 37.72%
G = 7.54%
B = 54.74%

CMYK

 C value IS 0.31

 M value IS 0.86

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AF23FE (or 0xAF23FE) is known color: Electric Purple. HEX triplet: AF, 23 and FE. RGB value is (175,35,254). Sum of RGB (Red+Green+Blue) = 175+35+254=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 35 (14.06% from 255 or 7.54% from 464); Blue value is 254 (99.61% from 255 or 54.74% from 464); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF23FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF23FE is #50DC01. Grayscale: #656565. Windows color (decimal): -5299202 or 16655279. OLE color: 16655279.

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

Color convert

RGB 175 35 254 -
CMYK 0.31 0.86 0 0.00
HSL 278.36º 0.99% 0.57% -
HSV(B) 278.36º 0.86% 1% -
XYZ 36.17 17.47 95.23 -
YUV 101.83 213.88 180.19 -
System Red Green Blue C M Y K H S L
Decimal 175 35 254 0.31 0.86 0 0.00 278.36 0.99 0.57
Hex AF 23 FE 1F 56 0 0 116 63 39
Octal 257 43 376 37 126 0 0 426 143 71
Binary 10101111 100011 11111110 11111 1010110 0 0 100010110 1100011 111001

Color Harmonies of #AF23FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF23FE

Black with #AF23FE

Text Example


Text Example

White with #AF23FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF23FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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