Html Css Color HEX #AF0BEF Electric Purple

📋 copy color: '#AF0BEF'

red 175 ◦ green 11 ◦ blue 239

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

Shades of Electric Purple #AF0BEF

Tints of Electric Purple #AF0BEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 56.24%

R = 41.18%
G = 2.59%
B = 56.24%

CMYK

 C value IS 0.27

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AF0BEF (or 0xAF0BEF) is known color: Electric Purple. HEX triplet: AF, 0B and EF. RGB value is (175,11,239). Sum of RGB (Red+Green+Blue) = 175+11+239=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 11 (4.69% from 255 or 2.59% from 425); Blue value is 239 (93.75% from 255 or 56.24% from 425); Max value from RGB is 239 - color contains mainly: blue. Hex color #AF0BEF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF0BEF is #50F410. Grayscale: #555555. Windows color (decimal): -5305361 or 15666095. OLE color: 15666095.

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

Color convert

RGB 175 11 239 -
CMYK 0.27 0.95 0 0.06
HSL 283.16º 0.91% 0.49% -
HSV(B) 283.16º 0.95% 0.94% -
XYZ 33.38 15.59 82.91 -
YUV 86.03 214.33 191.46 -
System Red Green Blue C M Y K H S L
Decimal 175 11 239 0.27 0.95 0 0.06 283.16 0.91 0.49
Hex AF B EF 1B 5F 0 6 11B 5B 31
Octal 257 13 357 33 137 0 6 433 133 61
Binary 10101111 1011 11101111 11011 1011111 0 110 100011011 1011011 110001

Color Harmonies of #AF0BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0BEF

Black with #AF0BEF

Text Example


Text Example

White with #AF0BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0BEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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