Html Css Color HEX #AF13F2 Electric Purple

📋 copy color: '#AF13F2'

red 175 ◦ green 19 ◦ blue 242

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

Shades of Electric Purple #AF13F2

Tints of Electric Purple #AF13F2

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.36%

 BLUE value IS 242 (94.92% from 255) = 55.5%

R = 40.14%
G = 4.36%
B = 55.5%

CMYK

 C value IS 0.28

 M value IS 0.92

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AF13F2 (or 0xAF13F2) is known color: Electric Purple. HEX triplet: AF, 13 and F2. RGB value is (175,19,242). Sum of RGB (Red+Green+Blue) = 175+19+242=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 19 (7.81% from 255 or 4.36% from 436); Blue value is 242 (94.92% from 255 or 55.50% from 436); Max value from RGB is 242 - color contains mainly: blue. Hex color #AF13F2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF13F2 is #50EC0D. Grayscale: #5A5A5A. Windows color (decimal): -5303310 or 15864751. OLE color: 15864751.

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

Color convert

RGB 175 19 242 -
CMYK 0.28 0.92 0 0.05
HSL 281.97º 0.9% 0.51% -
HSV(B) 281.97º 0.92% 0.95% -
XYZ 33.94 15.99 85.3 -
YUV 91.07 213.18 187.87 -
System Red Green Blue C M Y K H S L
Decimal 175 19 242 0.28 0.92 0 0.05 281.97 0.9 0.51
Hex AF 13 F2 1C 5C 0 5 11A 5A 33
Octal 257 23 362 34 134 0 5 432 132 63
Binary 10101111 10011 11110010 11100 1011100 0 101 100011010 1011010 110011

Color Harmonies of #AF13F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF13F2

Black with #AF13F2

Text Example


Text Example

White with #AF13F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF13F2; }

 p { color: rgb(175,19,242); }

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

background-color css

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

 a { background-color: rgb(175,19,242); }

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

border-color css

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

 span { border-color: rgb(175,19,242); }

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