Html Css Color HEX #AF07EE Electric Purple

📋 copy color: '#AF07EE'

red 175 ◦ green 7 ◦ blue 238

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

Shades of Electric Purple #AF07EE

Tints of Electric Purple #AF07EE

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.67%

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

R = 41.67%
G = 1.67%
B = 56.67%

CMYK

 C value IS 0.26

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF07EE (or 0xAF07EE) is known color: Electric Purple. HEX triplet: AF, 07 and EE. RGB value is (175,7,238). Sum of RGB (Red+Green+Blue) = 175+7+238=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 7 (3.12% from 255 or 1.67% from 420); Blue value is 238 (93.36% from 255 or 56.67% from 420); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF07EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF07EE is #50F811. Grayscale: #525252. Windows color (decimal): -5306386 or 15599535. OLE color: 15599535.

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

Color convert

RGB 175 7 238 -
CMYK 0.26 0.97 0 0.07
HSL 283.64º 0.94% 0.48% -
HSV(B) 283.64º 0.97% 0.93% -
XYZ 33.19 15.44 82.12 -
YUV 83.57 215.16 193.22 -
System Red Green Blue C M Y K H S L
Decimal 175 7 238 0.26 0.97 0 0.07 283.64 0.94 0.48
Hex AF 7 EE 1A 61 0 7 11C 5E 30
Octal 257 7 356 32 141 0 7 434 136 60
Binary 10101111 111 11101110 11010 1100001 0 111 100011100 1011110 110000

Color Harmonies of #AF07EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF07EE

Black with #AF07EE

Text Example


Text Example

White with #AF07EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF07EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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