Html Css Color HEX #AF1BEB Electric Purple

📋 copy color: '#AF1BEB'

red 175 ◦ green 27 ◦ blue 235

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

Shades of Electric Purple #AF1BEB

Tints of Electric Purple #AF1BEB

RGB

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

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

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

R = 40.05%
G = 6.18%
B = 53.78%

CMYK

 C value IS 0.26

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AF1BEB (or 0xAF1BEB) is known color: Electric Purple. HEX triplet: AF, 1B and EB. RGB value is (175,27,235). Sum of RGB (Red+Green+Blue) = 175+27+235=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 27 (10.94% from 255 or 6.18% from 437); Blue value is 235 (92.19% from 255 or 53.78% from 437); Max value from RGB is 235 - color contains mainly: blue. Hex color #AF1BEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF1BEB is #50E414. Grayscale: #5E5E5E. Windows color (decimal): -5301269 or 15408047. OLE color: 15408047.

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

Color convert

RGB 175 27 235 -
CMYK 0.26 0.89 0 0.08
HSL 282.69º 0.84% 0.51% -
HSV(B) 282.69º 0.89% 0.92% -
XYZ 33.07 15.9 79.92 -
YUV 94.96 207.03 185.09 -
System Red Green Blue C M Y K H S L
Decimal 175 27 235 0.26 0.89 0 0.08 282.69 0.84 0.51
Hex AF 1B EB 1A 59 0 8 11B 54 33
Octal 257 33 353 32 131 0 10 433 124 63
Binary 10101111 11011 11101011 11010 1011001 0 1000 100011011 1010100 110011

Color Harmonies of #AF1BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1BEB

Black with #AF1BEB

Text Example


Text Example

White with #AF1BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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