Html Css Color HEX #AF10F4 Electric Purple

📋 copy color: '#AF10F4'

red 175 ◦ green 16 ◦ blue 244

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

Shades of Electric Purple #AF10F4

Tints of Electric Purple #AF10F4

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.68%

 BLUE value IS 244 (95.7% from 255) = 56.09%

R = 40.23%
G = 3.68%
B = 56.09%

CMYK

 C value IS 0.28

 M value IS 0.93

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AF10F4 (or 0xAF10F4) is known color: Electric Purple. HEX triplet: AF, 10 and F4. RGB value is (175,16,244). Sum of RGB (Red+Green+Blue) = 175+16+244=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 16 (6.64% from 255 or 3.68% from 435); Blue value is 244 (95.70% from 255 or 56.09% from 435); Max value from RGB is 244 - color contains mainly: blue. Hex color #AF10F4 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF10F4 is #50EF0B. Grayscale: #585858. Windows color (decimal): -5304076 or 15995055. OLE color: 15995055.

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

Color convert

RGB 175 16 244 -
CMYK 0.28 0.93 0 0.04
HSL 281.84º 0.91% 0.51% -
HSV(B) 281.84º 0.93% 0.96% -
XYZ 34.19 16.02 86.88 -
YUV 89.53 215.18 188.96 -
System Red Green Blue C M Y K H S L
Decimal 175 16 244 0.28 0.93 0 0.04 281.84 0.91 0.51
Hex AF 10 F4 1C 5D 0 4 11A 5B 33
Octal 257 20 364 34 135 0 4 432 133 63
Binary 10101111 10000 11110100 11100 1011101 0 100 100011010 1011011 110011

Color Harmonies of #AF10F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF10F4

Black with #AF10F4

Text Example


Text Example

White with #AF10F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF10F4; }

 p { color: rgb(175,16,244); }

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

background-color css

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

 a { background-color: rgb(175,16,244); }

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

border-color css

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

 span { border-color: rgb(175,16,244); }

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