Html Css Color HEX #AF18FA Electric Purple

📋 copy color: '#AF18FA'

red 175 ◦ green 24 ◦ blue 250

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

Shades of Electric Purple #AF18FA

Tints of Electric Purple #AF18FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 55.68%

R = 38.98%
G = 5.35%
B = 55.68%

CMYK

 C value IS 0.3

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF18FA (or 0xAF18FA) is known color: Electric Purple. HEX triplet: AF, 18 and FA. RGB value is (175,24,250). Sum of RGB (Red+Green+Blue) = 175+24+250=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 24 (9.77% from 255 or 5.35% from 449); Blue value is 250 (98.05% from 255 or 55.68% from 449); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF18FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF18FA is #50E705. Grayscale: #5E5E5E. Windows color (decimal): -5302022 or 16390319. OLE color: 16390319.

HSL color Cylindrical-coordinate representation of color #AF18FA: hue angle of 280.09º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF18FA is Cyan = 0.3, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 24 250 -
CMYK 0.3 0.90 0 0.02
HSL 280.09º 0.96% 0.54% -
HSV(B) 280.09º 0.9% 0.98% -
XYZ 35.26 16.67 91.8 -
YUV 94.91 215.53 185.12 -
System Red Green Blue C M Y K H S L
Decimal 175 24 250 0.3 0.90 0 0.02 280.09 0.96 0.54
Hex AF 18 FA 1E 5A 0 2 118 60 36
Octal 257 30 372 36 132 0 2 430 140 66
Binary 10101111 11000 11111010 11110 1011010 0 10 100011000 1100000 110110

Color Harmonies of #AF18FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF18FA

Black with #AF18FA

Text Example


Text Example

White with #AF18FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF18FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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