Html Css Color HEX #AF16FA Electric Purple

📋 copy color: '#AF16FA'

red 175 ◦ green 22 ◦ blue 250

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

Shades of Electric Purple #AF16FA

Tints of Electric Purple #AF16FA

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.92%

 BLUE value IS 250 (98.05% from 255) = 55.93%

R = 39.15%
G = 4.92%
B = 55.93%

CMYK

 C value IS 0.3

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF16FA (or 0xAF16FA) is known color: Electric Purple. HEX triplet: AF, 16 and FA. RGB value is (175,22,250). Sum of RGB (Red+Green+Blue) = 175+22+250=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 22 (8.98% from 255 or 4.92% from 447); Blue value is 250 (98.05% from 255 or 55.93% from 447); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF16FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF16FA is #50E905. Grayscale: #5C5C5C. Windows color (decimal): -5302534 or 16389807. OLE color: 16389807.

HSL color Cylindrical-coordinate representation of color #AF16FA: hue angle of 280.26º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF16FA is Cyan = 0.3, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 22 250 -
CMYK 0.3 0.91 0 0.02
HSL 280.26º 0.96% 0.53% -
HSV(B) 280.26º 0.91% 0.98% -
XYZ 35.22 16.59 91.79 -
YUV 93.74 216.19 185.96 -
System Red Green Blue C M Y K H S L
Decimal 175 22 250 0.3 0.91 0 0.02 280.26 0.96 0.53
Hex AF 16 FA 1E 5B 0 2 118 60 35
Octal 257 26 372 36 133 0 2 430 140 65
Binary 10101111 10110 11111010 11110 1011011 0 10 100011000 1100000 110101

Color Harmonies of #AF16FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF16FA

Black with #AF16FA

Text Example


Text Example

White with #AF16FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF16FA; }

 p { color: rgb(175,22,250); }

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

background-color css

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

 a { background-color: rgb(175,22,250); }

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

border-color css

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

 span { border-color: rgb(175,22,250); }

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