Html Css Color HEX #AF1EFA Electric Purple

📋 copy color: '#AF1EFA'

red 175 ◦ green 30 ◦ blue 250

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

Shades of Electric Purple #AF1EFA

Tints of Electric Purple #AF1EFA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.59%

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

R = 38.46%
G = 6.59%
B = 54.95%

CMYK

 C value IS 0.3

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF1EFA (or 0xAF1EFA) is known color: Electric Purple. HEX triplet: AF, 1E and FA. RGB value is (175,30,250). Sum of RGB (Red+Green+Blue) = 175+30+250=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 30 (12.11% from 255 or 6.59% from 455); Blue value is 250 (98.05% from 255 or 54.95% from 455); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF1EFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF1EFA is #50E105. Grayscale: #616161. Windows color (decimal): -5300486 or 16391855. OLE color: 16391855.

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

Color convert

RGB 175 30 250 -
CMYK 0.3 0.88 0 0.02
HSL 279.55º 0.96% 0.55% -
HSV(B) 279.55º 0.88% 0.98% -
XYZ 35.4 16.94 91.85 -
YUV 98.44 213.54 182.61 -
System Red Green Blue C M Y K H S L
Decimal 175 30 250 0.3 0.88 0 0.02 279.55 0.96 0.55
Hex AF 1E FA 1E 58 0 2 118 60 37
Octal 257 36 372 36 130 0 2 430 140 67
Binary 10101111 11110 11111010 11110 1011000 0 10 100011000 1100000 110111

Color Harmonies of #AF1EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1EFA

Black with #AF1EFA

Text Example


Text Example

White with #AF1EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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