Html Css Color HEX #AF1CE8 Electric Purple

📋 copy color: '#AF1CE8'

red 175 ◦ green 28 ◦ blue 232

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

Shades of Electric Purple #AF1CE8

Tints of Electric Purple #AF1CE8

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.44%

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

R = 40.23%
G = 6.44%
B = 53.33%

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

#AF1CE8 (or 0xAF1CE8) is known color: Electric Purple. HEX triplet: AF, 1C and E8. RGB value is (175,28,232). Sum of RGB (Red+Green+Blue) = 175+28+232=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 28 (11.33% from 255 or 6.44% from 435); Blue value is 232 (91.02% from 255 or 53.33% from 435); Max value from RGB is 232 - color contains mainly: blue. Hex color #AF1CE8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF1CE8 is #50E317. Grayscale: #5E5E5E. Windows color (decimal): -5301016 or 15211695. OLE color: 15211695.

HSL color Cylindrical-coordinate representation of color #AF1CE8: hue angle of 283.24º 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 #AF1CE8 is Cyan = 0.25, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 28 232 -
CMYK 0.25 0.88 0 0.09
HSL 283.24º 0.82% 0.51% -
HSV(B) 283.24º 0.88% 0.91% -
XYZ 32.66 15.77 77.67 -
YUV 95.21 205.2 184.91 -
System Red Green Blue C M Y K H S L
Decimal 175 28 232 0.25 0.88 0 0.09 283.24 0.82 0.51
Hex AF 1C E8 19 58 0 9 11B 52 33
Octal 257 34 350 31 130 0 11 433 122 63
Binary 10101111 11100 11101000 11001 1011000 0 1001 100011011 1010010 110011

Color Harmonies of #AF1CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1CE8

Black with #AF1CE8

Text Example


Text Example

White with #AF1CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1CE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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