Html Css Color HEX #AF1DEC Electric Purple

📋 copy color: '#AF1DEC'

red 175 ◦ green 29 ◦ blue 236

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

Shades of Electric Purple #AF1DEC

Tints of Electric Purple #AF1DEC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.59%

 BLUE value IS 236 (92.58% from 255) = 53.64%

R = 39.77%
G = 6.59%
B = 53.64%

CMYK

 C value IS 0.26

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF1DEC (or 0xAF1DEC) is known color: Electric Purple. HEX triplet: AF, 1D and EC. RGB value is (175,29,236). Sum of RGB (Red+Green+Blue) = 175+29+236=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 29 (11.72% from 255 or 6.59% from 440); Blue value is 236 (92.58% from 255 or 53.64% from 440); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF1DEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF1DEC is #50E213. Grayscale: #5F5F5F. Windows color (decimal): -5300756 or 15474095. OLE color: 15474095.

HSL color Cylindrical-coordinate representation of color #AF1DEC: hue angle of 282.32º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AF1DEC is Cyan = 0.26, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 29 236 -
CMYK 0.26 0.88 0 0.07
HSL 282.32º 0.84% 0.52% -
HSV(B) 282.32º 0.88% 0.93% -
XYZ 33.26 16.05 80.7 -
YUV 96.25 206.87 184.17 -
System Red Green Blue C M Y K H S L
Decimal 175 29 236 0.26 0.88 0 0.07 282.32 0.84 0.52
Hex AF 1D EC 1A 58 0 7 11A 54 34
Octal 257 35 354 32 130 0 7 432 124 64
Binary 10101111 11101 11101100 11010 1011000 0 111 100011010 1010100 110100

Color Harmonies of #AF1DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1DEC

Black with #AF1DEC

Text Example


Text Example

White with #AF1DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1DEC; }

 p { color: rgb(175,29,236); }

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

background-color css

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

 a { background-color: rgb(175,29,236); }

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

border-color css

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

 span { border-color: rgb(175,29,236); }

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