Html Css Color HEX #AF11F3 Electric Purple

📋 copy color: '#AF11F3'

red 175 ◦ green 17 ◦ blue 243

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

Shades of Electric Purple #AF11F3

Tints of Electric Purple #AF11F3

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.91%

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

R = 40.23%
G = 3.91%
B = 55.86%

CMYK

 C value IS 0.28

 M value IS 0.93

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AF11F3 (or 0xAF11F3) is known color: Electric Purple. HEX triplet: AF, 11 and F3. RGB value is (175,17,243). Sum of RGB (Red+Green+Blue) = 175+17+243=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 17 (7.03% from 255 or 3.91% from 435); Blue value is 243 (95.31% from 255 or 55.86% from 435); Max value from RGB is 243 - color contains mainly: blue. Hex color #AF11F3 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF11F3 is #50EE0C. Grayscale: #595959. Windows color (decimal): -5303821 or 15929775. OLE color: 15929775.

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

Color convert

RGB 175 17 243 -
CMYK 0.28 0.93 0 0.05
HSL 281.95º 0.9% 0.51% -
HSV(B) 281.95º 0.93% 0.95% -
XYZ 34.06 15.99 86.08 -
YUV 90.01 214.35 188.62 -
System Red Green Blue C M Y K H S L
Decimal 175 17 243 0.28 0.93 0 0.05 281.95 0.9 0.51
Hex AF 11 F3 1C 5D 0 5 11A 5A 33
Octal 257 21 363 34 135 0 5 432 132 63
Binary 10101111 10001 11110011 11100 1011101 0 101 100011010 1011010 110011

Color Harmonies of #AF11F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF11F3

Black with #AF11F3

Text Example


Text Example

White with #AF11F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF11F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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