Html Css Color HEX #AF07FF Electric Purple

📋 copy color: '#AF07FF'

red 175 ◦ green 7 ◦ blue 255

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

Shades of Electric Purple #AF07FF

Tints of Electric Purple #AF07FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 58.35%

R = 40.05%
G = 1.6%
B = 58.35%

CMYK

 C value IS 0.31

 M value IS 0.97

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AF07FF (or 0xAF07FF) is known color: Electric Purple. HEX triplet: AF, 07 and FF. RGB value is (175,7,255). Sum of RGB (Red+Green+Blue) = 175+7+255=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 7 (3.12% from 255 or 1.60% from 437); Blue value is 255 (100% from 255 or 58.35% from 437); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF07FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF07FF is #50F800. Grayscale: #545454. Windows color (decimal): -5306369 or 16713647. OLE color: 16713647.

HSL color Cylindrical-coordinate representation of color #AF07FF: hue angle of 280.65º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF07FF is Cyan = 0.31, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 175 7 255 -
CMYK 0.31 0.97 0 0
HSL 280.65º 1% 0.51% -
HSV(B) 280.65º 0.97% 1% -
XYZ 35.81 16.49 95.9 -
YUV 85.5 223.66 191.83 -
System Red Green Blue C M Y K H S L
Decimal 175 7 255 0.31 0.97 0 0 280.65 1 0.51
Hex AF 7 FF 1F 61 0 0 119 64 33
Octal 257 7 377 37 141 0 0 431 144 63
Binary 10101111 111 11111111 11111 1100001 0 0 100011001 1100100 110011

Color Harmonies of #AF07FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF07FF

Black with #AF07FF

Text Example


Text Example

White with #AF07FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF07FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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