Html Css Color HEX #AF07F3 Electric Purple

📋 copy color: '#AF07F3'

red 175 ◦ green 7 ◦ blue 243

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

Shades of Electric Purple #AF07F3

Tints of Electric Purple #AF07F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 57.18%

R = 41.18%
G = 1.65%
B = 57.18%

CMYK

 C value IS 0.28

 M value IS 0.97

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AF07F3 (or 0xAF07F3) is known color: Electric Purple. HEX triplet: AF, 07 and F3. RGB value is (175,7,243). Sum of RGB (Red+Green+Blue) = 175+7+243=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 7 (3.12% from 255 or 1.65% from 425); Blue value is 243 (95.31% from 255 or 57.18% from 425); Max value from RGB is 243 - color contains mainly: blue. Hex color #AF07F3 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF07F3 is #50F80C. Grayscale: #535353. Windows color (decimal): -5306381 or 15927215. OLE color: 15927215.

HSL color Cylindrical-coordinate representation of color #AF07F3: hue angle of 282.71º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF07F3 is Cyan = 0.28, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 7 243 -
CMYK 0.28 0.97 0 0.05
HSL 282.71º 0.94% 0.49% -
HSV(B) 282.71º 0.97% 0.95% -
XYZ 33.93 15.74 86.04 -
YUV 84.14 217.66 192.81 -
System Red Green Blue C M Y K H S L
Decimal 175 7 243 0.28 0.97 0 0.05 282.71 0.94 0.49
Hex AF 7 F3 1C 61 0 5 11B 5E 31
Octal 257 7 363 34 141 0 5 433 136 61
Binary 10101111 111 11110011 11100 1100001 0 101 100011011 1011110 110001

Color Harmonies of #AF07F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF07F3

Black with #AF07F3

Text Example


Text Example

White with #AF07F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF07F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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