Html Css Color HEX #AF0BF8 Electric Purple

📋 copy color: '#AF0BF8'

red 175 ◦ green 11 ◦ blue 248

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

Shades of Electric Purple #AF0BF8

Tints of Electric Purple #AF0BF8

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.53%

 BLUE value IS 248 (97.27% from 255) = 57.14%

R = 40.32%
G = 2.53%
B = 57.14%

CMYK

 C value IS 0.29

 M value IS 0.96

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AF0BF8 (or 0xAF0BF8) is known color: Electric Purple. HEX triplet: AF, 0B and F8. RGB value is (175,11,248). Sum of RGB (Red+Green+Blue) = 175+11+248=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 11 (4.69% from 255 or 2.53% from 434); Blue value is 248 (97.27% from 255 or 57.14% from 434); Max value from RGB is 248 - color contains mainly: blue. Hex color #AF0BF8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF0BF8 is #50F407. Grayscale: #565656. Windows color (decimal): -5305352 or 16255919. OLE color: 16255919.

HSL color Cylindrical-coordinate representation of color #AF0BF8: hue angle of 281.52º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AF0BF8 is Cyan = 0.29, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 175 11 248 -
CMYK 0.29 0.96 0 0.03
HSL 281.52º 0.94% 0.51% -
HSV(B) 281.52º 0.96% 0.97% -
XYZ 34.74 16.13 90.09 -
YUV 87.05 218.83 190.73 -
System Red Green Blue C M Y K H S L
Decimal 175 11 248 0.29 0.96 0 0.03 281.52 0.94 0.51
Hex AF B F8 1D 60 0 3 11A 5E 33
Octal 257 13 370 35 140 0 3 432 136 63
Binary 10101111 1011 11111000 11101 1100000 0 11 100011010 1011110 110011

Color Harmonies of #AF0BF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0BF8

Black with #AF0BF8

Text Example


Text Example

White with #AF0BF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0BF8; }

 p { color: rgb(175,11,248); }

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

background-color css

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

 a { background-color: rgb(175,11,248); }

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

border-color css

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

 span { border-color: rgb(175,11,248); }

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