Html Css Color HEX #AF1CEB Electric Purple

📋 copy color: '#AF1CEB'

red 175 ◦ green 28 ◦ blue 235

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

Shades of Electric Purple #AF1CEB

Tints of Electric Purple #AF1CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 53.65%

R = 39.95%
G = 6.39%
B = 53.65%

CMYK

 C value IS 0.26

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AF1CEB (or 0xAF1CEB) is known color: Electric Purple. HEX triplet: AF, 1C and EB. RGB value is (175,28,235). Sum of RGB (Red+Green+Blue) = 175+28+235=438 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.95% from 438); Green value is 28 (11.33% from 255 or 6.39% from 438); Blue value is 235 (92.19% from 255 or 53.65% from 438); Max value from RGB is 235 - color contains mainly: blue. Hex color #AF1CEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF1CEB is #50E314. Grayscale: #5E5E5E. Windows color (decimal): -5301013 or 15408303. OLE color: 15408303.

HSL color Cylindrical-coordinate representation of color #AF1CEB: hue angle of 282.61º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AF1CEB is Cyan = 0.26, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 28 235 -
CMYK 0.26 0.88 0 0.08
HSL 282.61º 0.84% 0.52% -
HSV(B) 282.61º 0.88% 0.92% -
XYZ 33.09 15.94 79.93 -
YUV 95.55 206.7 184.67 -
System Red Green Blue C M Y K H S L
Decimal 175 28 235 0.26 0.88 0 0.08 282.61 0.84 0.52
Hex AF 1C EB 1A 58 0 8 11B 54 34
Octal 257 34 353 32 130 0 10 433 124 64
Binary 10101111 11100 11101011 11010 1011000 0 1000 100011011 1010100 110100

Color Harmonies of #AF1CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1CEB

Black with #AF1CEB

Text Example


Text Example

White with #AF1CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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