Html Css Color HEX #AF0BF0 Electric Purple

📋 copy color: '#AF0BF0'

red 175 ◦ green 11 ◦ blue 240

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

Shades of Electric Purple #AF0BF0

Tints of Electric Purple #AF0BF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 56.34%

R = 41.08%
G = 2.58%
B = 56.34%

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

#AF0BF0 (or 0xAF0BF0) is known color: Electric Purple. HEX triplet: AF, 0B and F0. RGB value is (175,11,240). Sum of RGB (Red+Green+Blue) = 175+11+240=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 11 (4.69% from 255 or 2.58% from 426); Blue value is 240 (94.14% from 255 or 56.34% from 426); Max value from RGB is 240 - color contains mainly: blue. Hex color #AF0BF0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF0BF0 is #50F40F. Grayscale: #555555. Windows color (decimal): -5305360 or 15731631. OLE color: 15731631.

HSL color Cylindrical-coordinate representation of color #AF0BF0: hue angle of 282.97º 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 #AF0BF0 is Cyan = 0.27, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 11 240 -
CMYK 0.27 0.95 0 0.06
HSL 282.97º 0.91% 0.49% -
HSV(B) 282.97º 0.95% 0.94% -
XYZ 33.53 15.64 83.69 -
YUV 86.14 214.83 191.38 -
System Red Green Blue C M Y K H S L
Decimal 175 11 240 0.27 0.95 0 0.06 282.97 0.91 0.49
Hex AF B F0 1B 5F 0 6 11B 5B 31
Octal 257 13 360 33 137 0 6 433 133 61
Binary 10101111 1011 11110000 11011 1011111 0 110 100011011 1011011 110001

Color Harmonies of #AF0BF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0BF0

Black with #AF0BF0

Text Example


Text Example

White with #AF0BF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0BF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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