Html Css Color HEX #AF07EF Electric Purple

📋 copy color: '#AF07EF'

red 175 ◦ green 7 ◦ blue 239

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

Shades of Electric Purple #AF07EF

Tints of Electric Purple #AF07EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 56.77%

R = 41.57%
G = 1.66%
B = 56.77%

CMYK

 C value IS 0.27

 M value IS 0.97

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AF07EF (or 0xAF07EF) is known color: Electric Purple. HEX triplet: AF, 07 and EF. RGB value is (175,7,239). Sum of RGB (Red+Green+Blue) = 175+7+239=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 7 (3.12% from 255 or 1.66% from 421); Blue value is 239 (93.75% from 255 or 56.77% from 421); Max value from RGB is 239 - color contains mainly: blue. Hex color #AF07EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF07EF is #50F810. Grayscale: #525252. Windows color (decimal): -5306385 or 15665071. OLE color: 15665071.

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

Color convert

RGB 175 7 239 -
CMYK 0.27 0.97 0 0.06
HSL 283.45º 0.94% 0.48% -
HSV(B) 283.45º 0.97% 0.94% -
XYZ 33.34 15.5 82.9 -
YUV 83.68 215.66 193.14 -
System Red Green Blue C M Y K H S L
Decimal 175 7 239 0.27 0.97 0 0.06 283.45 0.94 0.48
Hex AF 7 EF 1B 61 0 6 11B 5E 30
Octal 257 7 357 33 141 0 6 433 136 60
Binary 10101111 111 11101111 11011 1100001 0 110 100011011 1011110 110000

Color Harmonies of #AF07EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF07EF

Black with #AF07EF

Text Example


Text Example

White with #AF07EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF07EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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