Html Css Color HEX #AF0EFB Electric Purple

📋 copy color: '#AF0EFB'

red 175 ◦ green 14 ◦ blue 251

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

Shades of Electric Purple #AF0EFB

Tints of Electric Purple #AF0EFB

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.18%

 BLUE value IS 251 (98.44% from 255) = 57.05%

R = 39.77%
G = 3.18%
B = 57.05%

CMYK

 C value IS 0.30

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF0EFB (or 0xAF0EFB) is known color: Electric Purple. HEX triplet: AF, 0E and FB. RGB value is (175,14,251). Sum of RGB (Red+Green+Blue) = 175+14+251=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 14 (5.86% from 255 or 3.18% from 440); Blue value is 251 (98.44% from 255 or 57.05% from 440); Max value from RGB is 251 - color contains mainly: blue. Hex color #AF0EFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF0EFB is #50F104. Grayscale: #585858. Windows color (decimal): -5304581 or 16453295. OLE color: 16453295.

HSL color Cylindrical-coordinate representation of color #AF0EFB: hue angle of 280.76º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF0EFB is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 14 251 -
CMYK 0.30 0.94 0 0.02
HSL 280.76º 0.97% 0.52% -
HSV(B) 280.76º 0.94% 0.98% -
XYZ 35.25 16.39 92.57 -
YUV 89.16 219.34 189.23 -
System Red Green Blue C M Y K H S L
Decimal 175 14 251 0.30 0.94 0 0.02 280.76 0.97 0.52
Hex AF E FB 1E 5E 0 2 119 61 34
Octal 257 16 373 36 136 0 2 431 141 64
Binary 10101111 1110 11111011 11110 1011110 0 10 100011001 1100001 110100

Color Harmonies of #AF0EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0EFB

Black with #AF0EFB

Text Example


Text Example

White with #AF0EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0EFB; }

 p { color: rgb(175,14,251); }

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

background-color css

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

 a { background-color: rgb(175,14,251); }

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

border-color css

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

 span { border-color: rgb(175,14,251); }

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