Html Css Color HEX #AF05F1 Electric Purple

📋 copy color: '#AF05F1'

red 175 ◦ green 5 ◦ blue 241

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

Shades of Electric Purple #AF05F1

Tints of Electric Purple #AF05F1

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.19%

 BLUE value IS 241 (94.53% from 255) = 57.24%

R = 41.57%
G = 1.19%
B = 57.24%

CMYK

 C value IS 0.27

 M value IS 0.98

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AF05F1 (or 0xAF05F1) is known color: Electric Purple. HEX triplet: AF, 05 and F1. RGB value is (175,5,241). Sum of RGB (Red+Green+Blue) = 175+5+241=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 5 (2.34% from 255 or 1.19% from 421); Blue value is 241 (94.53% from 255 or 57.24% from 421); Max value from RGB is 241 - color contains mainly: blue. Hex color #AF05F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF05F1 is #50FA0E. Grayscale: #515151. Windows color (decimal): -5306895 or 15795631. OLE color: 15795631.

HSL color Cylindrical-coordinate representation of color #AF05F1: hue angle of 283.22º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF05F1 is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 5 241 -
CMYK 0.27 0.98 0 0.05
HSL 283.22º 0.96% 0.48% -
HSV(B) 283.22º 0.98% 0.95% -
XYZ 33.61 15.57 84.45 -
YUV 82.73 217.32 193.81 -
System Red Green Blue C M Y K H S L
Decimal 175 5 241 0.27 0.98 0 0.05 283.22 0.96 0.48
Hex AF 5 F1 1B 62 0 5 11B 60 30
Octal 257 5 361 33 142 0 5 433 140 60
Binary 10101111 101 11110001 11011 1100010 0 101 100011011 1100000 110000

Color Harmonies of #AF05F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF05F1

Black with #AF05F1

Text Example


Text Example

White with #AF05F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF05F1; }

 p { color: rgb(175,5,241); }

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

background-color css

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

 a { background-color: rgb(175,5,241); }

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

border-color css

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

 span { border-color: rgb(175,5,241); }

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