Html Css Color HEX #AF1BEE Electric Purple

📋 copy color: '#AF1BEE'

red 175 ◦ green 27 ◦ blue 238

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

Shades of Electric Purple #AF1BEE

Tints of Electric Purple #AF1BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 54.09%

R = 39.77%
G = 6.14%
B = 54.09%

CMYK

 C value IS 0.26

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF1BEE (or 0xAF1BEE) is known color: Electric Purple. HEX triplet: AF, 1B and EE. RGB value is (175,27,238). Sum of RGB (Red+Green+Blue) = 175+27+238=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 27 (10.94% from 255 or 6.14% from 440); Blue value is 238 (93.36% from 255 or 54.09% from 440); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF1BEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF1BEE is #50E411. Grayscale: #5E5E5E. Windows color (decimal): -5301266 or 15604655. OLE color: 15604655.

HSL color Cylindrical-coordinate representation of color #AF1BEE: hue angle of 282.09º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF1BEE is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 27 238 -
CMYK 0.26 0.89 0 0.07
HSL 282.09º 0.86% 0.52% -
HSV(B) 282.09º 0.89% 0.93% -
XYZ 33.5 16.07 82.23 -
YUV 95.31 208.53 184.84 -
System Red Green Blue C M Y K H S L
Decimal 175 27 238 0.26 0.89 0 0.07 282.09 0.86 0.52
Hex AF 1B EE 1A 59 0 7 11A 56 34
Octal 257 33 356 32 131 0 7 432 126 64
Binary 10101111 11011 11101110 11010 1011001 0 111 100011010 1010110 110100

Color Harmonies of #AF1BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1BEE

Black with #AF1BEE

Text Example


Text Example

White with #AF1BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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