Html Css Color HEX #AF07F6 Electric Purple

📋 copy color: '#AF07F6'

red 175 ◦ green 7 ◦ blue 246

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

Shades of Electric Purple #AF07F6

Tints of Electric Purple #AF07F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 57.48%

R = 40.89%
G = 1.64%
B = 57.48%

CMYK

 C value IS 0.29

 M value IS 0.97

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AF07F6 (or 0xAF07F6) is known color: Electric Purple. HEX triplet: AF, 07 and F6. RGB value is (175,7,246). Sum of RGB (Red+Green+Blue) = 175+7+246=428 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.89% from 428); Green value is 7 (3.12% from 255 or 1.64% from 428); Blue value is 246 (96.48% from 255 or 57.48% from 428); Max value from RGB is 246 - color contains mainly: blue. Hex color #AF07F6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF07F6 is #50F809. Grayscale: #535353. Windows color (decimal): -5306378 or 16123823. OLE color: 16123823.

HSL color Cylindrical-coordinate representation of color #AF07F6: hue angle of 282.18º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF07F6 is Cyan = 0.29, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 7 246 -
CMYK 0.29 0.97 0 0.04
HSL 282.18º 0.94% 0.5% -
HSV(B) 282.18º 0.97% 0.96% -
XYZ 34.39 15.92 88.45 -
YUV 84.48 219.16 192.57 -
System Red Green Blue C M Y K H S L
Decimal 175 7 246 0.29 0.97 0 0.04 282.18 0.94 0.5
Hex AF 7 F6 1D 61 0 4 11A 5E 32
Octal 257 7 366 35 141 0 4 432 136 62
Binary 10101111 111 11110110 11101 1100001 0 100 100011010 1011110 110010

Color Harmonies of #AF07F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF07F6

Black with #AF07F6

Text Example


Text Example

White with #AF07F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF07F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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