Html Css Color HEX #AF18FE Electric Purple

📋 copy color: '#AF18FE'

red 175 ◦ green 24 ◦ blue 254

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

Shades of Electric Purple #AF18FE

Tints of Electric Purple #AF18FE

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.3%

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

R = 38.63%
G = 5.3%
B = 56.07%

CMYK

 C value IS 0.31

 M value IS 0.91

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AF18FE (or 0xAF18FE) is known color: Electric Purple. HEX triplet: AF, 18 and FE. RGB value is (175,24,254). Sum of RGB (Red+Green+Blue) = 175+24+254=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 24 (9.77% from 255 or 5.30% from 453); Blue value is 254 (99.61% from 255 or 56.07% from 453); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF18FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF18FE is #50E701. Grayscale: #5E5E5E. Windows color (decimal): -5302018 or 16652463. OLE color: 16652463.

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

Color convert

RGB 175 24 254 -
CMYK 0.31 0.91 0 0.00
HSL 279.39º 0.99% 0.55% -
HSV(B) 279.39º 0.91% 1% -
XYZ 35.9 16.92 95.14 -
YUV 95.37 217.53 184.8 -
System Red Green Blue C M Y K H S L
Decimal 175 24 254 0.31 0.91 0 0.00 279.39 0.99 0.55
Hex AF 18 FE 1F 5B 0 0 117 63 37
Octal 257 30 376 37 133 0 0 427 143 67
Binary 10101111 11000 11111110 11111 1011011 0 0 100010111 1100011 110111

Color Harmonies of #AF18FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF18FE

Black with #AF18FE

Text Example


Text Example

White with #AF18FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF18FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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