Html Css Color HEX #AF1BE8 Electric Purple

📋 copy color: '#AF1BE8'

red 175 ◦ green 27 ◦ blue 232

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

Shades of Electric Purple #AF1BE8

Tints of Electric Purple #AF1BE8

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.22%

 BLUE value IS 232 (91.02% from 255) = 53.46%

R = 40.32%
G = 6.22%
B = 53.46%

CMYK

 C value IS 0.25

 M value IS 0.88

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AF1BE8 (or 0xAF1BE8) is known color: Electric Purple. HEX triplet: AF, 1B and E8. RGB value is (175,27,232). Sum of RGB (Red+Green+Blue) = 175+27+232=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 27 (10.94% from 255 or 6.22% from 434); Blue value is 232 (91.02% from 255 or 53.46% from 434); Max value from RGB is 232 - color contains mainly: blue. Hex color #AF1BE8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF1BE8 is #50E417. Grayscale: #5D5D5D. Windows color (decimal): -5301272 or 15211439. OLE color: 15211439.

HSL color Cylindrical-coordinate representation of color #AF1BE8: hue angle of 283.32º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AF1BE8 is Cyan = 0.25, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 27 232 -
CMYK 0.25 0.88 0 0.09
HSL 283.32º 0.82% 0.51% -
HSV(B) 283.32º 0.88% 0.91% -
XYZ 32.64 15.72 77.66 -
YUV 94.62 205.53 185.33 -
System Red Green Blue C M Y K H S L
Decimal 175 27 232 0.25 0.88 0 0.09 283.32 0.82 0.51
Hex AF 1B E8 19 58 0 9 11B 52 33
Octal 257 33 350 31 130 0 11 433 122 63
Binary 10101111 11011 11101000 11001 1011000 0 1001 100011011 1010010 110011

Color Harmonies of #AF1BE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1BE8

Black with #AF1BE8

Text Example


Text Example

White with #AF1BE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1BE8; }

 p { color: rgb(175,27,232); }

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

background-color css

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

 a { background-color: rgb(175,27,232); }

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

border-color css

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

 span { border-color: rgb(175,27,232); }

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