Html Css Color HEX #AF1BEA Electric Purple

📋 copy color: '#AF1BEA'

red 175 ◦ green 27 ◦ blue 234

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

Shades of Electric Purple #AF1BEA

Tints of Electric Purple #AF1BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 53.67%

R = 40.14%
G = 6.19%
B = 53.67%

CMYK

 C value IS 0.25

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AF1BEA (or 0xAF1BEA) is known color: Electric Purple. HEX triplet: AF, 1B and EA. RGB value is (175,27,234). Sum of RGB (Red+Green+Blue) = 175+27+234=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 27 (10.94% from 255 or 6.19% from 436); Blue value is 234 (91.80% from 255 or 53.67% from 436); Max value from RGB is 234 - color contains mainly: blue. Hex color #AF1BEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF1BEA is #50E415. Grayscale: #5E5E5E. Windows color (decimal): -5301270 or 15342511. OLE color: 15342511.

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

Color convert

RGB 175 27 234 -
CMYK 0.25 0.88 0 0.08
HSL 282.9º 0.83% 0.51% -
HSV(B) 282.9º 0.88% 0.92% -
XYZ 32.92 15.84 79.16 -
YUV 94.85 206.53 185.17 -
System Red Green Blue C M Y K H S L
Decimal 175 27 234 0.25 0.88 0 0.08 282.9 0.83 0.51
Hex AF 1B EA 19 58 0 8 11B 53 33
Octal 257 33 352 31 130 0 10 433 123 63
Binary 10101111 11011 11101010 11001 1011000 0 1000 100011011 1010011 110011

Color Harmonies of #AF1BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1BEA

Black with #AF1BEA

Text Example


Text Example

White with #AF1BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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