Html Css Color HEX #AF0EFA Electric Purple

📋 copy color: '#AF0EFA'

red 175 ◦ green 14 ◦ blue 250

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

Shades of Electric Purple #AF0EFA

Tints of Electric Purple #AF0EFA

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.19%

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

R = 39.86%
G = 3.19%
B = 56.95%

CMYK

 C value IS 0.3

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF0EFA (or 0xAF0EFA) is known color: Electric Purple. HEX triplet: AF, 0E and FA. RGB value is (175,14,250). Sum of RGB (Red+Green+Blue) = 175+14+250=439 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.86% from 439); Green value is 14 (5.86% from 255 or 3.19% from 439); Blue value is 250 (98.05% from 255 or 56.95% from 439); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF0EFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF0EFA is #50F105. Grayscale: #585858. Windows color (decimal): -5304582 or 16387759. OLE color: 16387759.

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

Color convert

RGB 175 14 250 -
CMYK 0.3 0.94 0 0.02
HSL 280.93º 0.96% 0.52% -
HSV(B) 280.93º 0.94% 0.98% -
XYZ 35.09 16.33 91.74 -
YUV 89.04 218.84 189.31 -
System Red Green Blue C M Y K H S L
Decimal 175 14 250 0.3 0.94 0 0.02 280.93 0.96 0.52
Hex AF E FA 1E 5E 0 2 119 60 34
Octal 257 16 372 36 136 0 2 431 140 64
Binary 10101111 1110 11111010 11110 1011110 0 10 100011001 1100000 110100

Color Harmonies of #AF0EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0EFA

Black with #AF0EFA

Text Example


Text Example

White with #AF0EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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