Html Css Color HEX #AF04EE Electric Purple

📋 copy color: '#AF04EE'

red 175 ◦ green 4 ◦ blue 238

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

Shades of Electric Purple #AF04EE

Tints of Electric Purple #AF04EE

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.96%

 BLUE value IS 238 (93.36% from 255) = 57.07%

R = 41.97%
G = 0.96%
B = 57.07%

CMYK

 C value IS 0.26

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF04EE (or 0xAF04EE) is known color: Electric Purple. HEX triplet: AF, 04 and EE. RGB value is (175,4,238). Sum of RGB (Red+Green+Blue) = 175+4+238=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 4 (1.95% from 255 or 0.96% from 417); Blue value is 238 (93.36% from 255 or 57.07% from 417); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF04EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF04EE is #50FB11. Grayscale: #515151. Windows color (decimal): -5307154 or 15598767. OLE color: 15598767.

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

Color convert

RGB 175 4 238 -
CMYK 0.26 0.98 0 0.07
HSL 283.85º 0.97% 0.47% -
HSV(B) 283.85º 0.98% 0.93% -
XYZ 33.16 15.37 82.11 -
YUV 81.81 216.15 194.47 -
System Red Green Blue C M Y K H S L
Decimal 175 4 238 0.26 0.98 0 0.07 283.85 0.97 0.47
Hex AF 4 EE 1A 62 0 7 11C 61 2F
Octal 257 4 356 32 142 0 7 434 141 57
Binary 10101111 100 11101110 11010 1100010 0 111 100011100 1100001 101111

Color Harmonies of #AF04EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF04EE

Black with #AF04EE

Text Example


Text Example

White with #AF04EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF04EE; }

 p { color: rgb(175,4,238); }

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

background-color css

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

 a { background-color: rgb(175,4,238); }

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

border-color css

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

 span { border-color: rgb(175,4,238); }

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