Html Css Color HEX #AF24FE Electric Purple

📋 copy color: '#AF24FE'

red 175 ◦ green 36 ◦ blue 254

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

Shades of Electric Purple #AF24FE

Tints of Electric Purple #AF24FE

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.74%

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

R = 37.63%
G = 7.74%
B = 54.62%

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

#AF24FE (or 0xAF24FE) is known color: Electric Purple. HEX triplet: AF, 24 and FE. RGB value is (175,36,254). Sum of RGB (Red+Green+Blue) = 175+36+254=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 36 (14.45% from 255 or 7.74% from 465); Blue value is 254 (99.61% from 255 or 54.62% from 465); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF24FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF24FE is #50DB01. Grayscale: #656565. Windows color (decimal): -5298946 or 16655535. OLE color: 16655535.

HSL color Cylindrical-coordinate representation of color #AF24FE: hue angle of 278.26º 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 #AF24FE is Cyan = 0.31, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 175 36 254 -
CMYK 0.31 0.86 0 0.00
HSL 278.26º 0.99% 0.57% -
HSV(B) 278.26º 0.86% 1% -
XYZ 36.2 17.53 95.24 -
YUV 102.41 213.55 179.77 -
System Red Green Blue C M Y K H S L
Decimal 175 36 254 0.31 0.86 0 0.00 278.26 0.99 0.57
Hex AF 24 FE 1F 56 0 0 116 63 39
Octal 257 44 376 37 126 0 0 426 143 71
Binary 10101111 100100 11111110 11111 1010110 0 0 100010110 1100011 111001

Color Harmonies of #AF24FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF24FE

Black with #AF24FE

Text Example


Text Example

White with #AF24FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF24FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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