Html Css Color HEX #AF08F1 Electric Purple

📋 copy color: '#AF08F1'

red 175 ◦ green 8 ◦ blue 241

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

Shades of Electric Purple #AF08F1

Tints of Electric Purple #AF08F1

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.89%

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

R = 41.27%
G = 1.89%
B = 56.84%

CMYK

 C value IS 0.27

 M value IS 0.97

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AF08F1 (or 0xAF08F1) is known color: Electric Purple. HEX triplet: AF, 08 and F1. RGB value is (175,8,241). Sum of RGB (Red+Green+Blue) = 175+8+241=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 8 (3.52% from 255 or 1.89% from 424); Blue value is 241 (94.53% from 255 or 56.84% from 424); Max value from RGB is 241 - color contains mainly: blue. Hex color #AF08F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF08F1 is #50F70E. Grayscale: #535353. Windows color (decimal): -5306127 or 15796399. OLE color: 15796399.

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

Color convert

RGB 175 8 241 -
CMYK 0.27 0.97 0 0.05
HSL 283º 0.94% 0.49% -
HSV(B) 283º 0.97% 0.95% -
XYZ 33.64 15.64 84.46 -
YUV 84.5 216.33 192.55 -
System Red Green Blue C M Y K H S L
Decimal 175 8 241 0.27 0.97 0 0.05 283 0.94 0.49
Hex AF 8 F1 1B 61 0 5 11B 5E 31
Octal 257 10 361 33 141 0 5 433 136 61
Binary 10101111 1000 11110001 11011 1100001 0 101 100011011 1011110 110001

Color Harmonies of #AF08F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF08F1

Black with #AF08F1

Text Example


Text Example

White with #AF08F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF08F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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