Html Css Color HEX #AF0EFC Electric Purple

📋 copy color: '#AF0EFC'

red 175 ◦ green 14 ◦ blue 252

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

Shades of Electric Purple #AF0EFC

Tints of Electric Purple #AF0EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 57.14%

R = 39.68%
G = 3.17%
B = 57.14%

CMYK

 C value IS 0.31

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AF0EFC (or 0xAF0EFC) is known color: Electric Purple. HEX triplet: AF, 0E and FC. RGB value is (175,14,252). Sum of RGB (Red+Green+Blue) = 175+14+252=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 14 (5.86% from 255 or 3.17% from 441); Blue value is 252 (98.83% from 255 or 57.14% from 441); Max value from RGB is 252 - color contains mainly: blue. Hex color #AF0EFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF0EFC is #50F103. Grayscale: #585858. Windows color (decimal): -5304580 or 16518831. OLE color: 16518831.

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

Color convert

RGB 175 14 252 -
CMYK 0.31 0.94 0 0.01
HSL 280.59º 0.98% 0.52% -
HSV(B) 280.59º 0.94% 0.99% -
XYZ 35.41 16.46 93.41 -
YUV 89.27 219.84 189.15 -
System Red Green Blue C M Y K H S L
Decimal 175 14 252 0.31 0.94 0 0.01 280.59 0.98 0.52
Hex AF E FC 1F 5E 0 1 119 62 34
Octal 257 16 374 37 136 0 1 431 142 64
Binary 10101111 1110 11111100 11111 1011110 0 1 100011001 1100010 110100

Color Harmonies of #AF0EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0EFC

Black with #AF0EFC

Text Example


Text Example

White with #AF0EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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