Html Css Color HEX #AF1BE9 Electric Purple

📋 copy color: '#AF1BE9'

red 175 ◦ green 27 ◦ blue 233

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

Shades of Electric Purple #AF1BE9

Tints of Electric Purple #AF1BE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 53.56%

R = 40.23%
G = 6.21%
B = 53.56%

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

#AF1BE9 (or 0xAF1BE9) is known color: Electric Purple. HEX triplet: AF, 1B and E9. RGB value is (175,27,233). Sum of RGB (Red+Green+Blue) = 175+27+233=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 27 (10.94% from 255 or 6.21% from 435); Blue value is 233 (91.41% from 255 or 53.56% from 435); Max value from RGB is 233 - color contains mainly: blue. Hex color #AF1BE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF1BE9 is #50E416. Grayscale: #5E5E5E. Windows color (decimal): -5301271 or 15276975. OLE color: 15276975.

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

Color convert

RGB 175 27 233 -
CMYK 0.25 0.88 0 0.09
HSL 283.11º 0.82% 0.51% -
HSV(B) 283.11º 0.88% 0.91% -
XYZ 32.78 15.78 78.41 -
YUV 94.74 206.03 185.25 -
System Red Green Blue C M Y K H S L
Decimal 175 27 233 0.25 0.88 0 0.09 283.11 0.82 0.51
Hex AF 1B E9 19 58 0 9 11B 52 33
Octal 257 33 351 31 130 0 11 433 122 63
Binary 10101111 11011 11101001 11001 1011000 0 1001 100011011 1010010 110011

Color Harmonies of #AF1BE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1BE9

Black with #AF1BE9

Text Example


Text Example

White with #AF1BE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1BE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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