Html Css Color HEX #AF20EB Electric Purple

📋 copy color: '#AF20EB'

red 175 ◦ green 32 ◦ blue 235

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

Shades of Electric Purple #AF20EB

Tints of Electric Purple #AF20EB

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.24%

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

R = 39.59%
G = 7.24%
B = 53.17%

CMYK

 C value IS 0.26

 M value IS 0.86

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AF20EB (or 0xAF20EB) is known color: Electric Purple. HEX triplet: AF, 20 and EB. RGB value is (175,32,235). Sum of RGB (Red+Green+Blue) = 175+32+235=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 32 (12.89% from 255 or 7.24% from 442); Blue value is 235 (92.19% from 255 or 53.17% from 442); Max value from RGB is 235 - color contains mainly: blue. Hex color #AF20EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF20EB is #50DF14. Grayscale: #616161. Windows color (decimal): -5299989 or 15409327. OLE color: 15409327.

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

Color convert

RGB 175 32 235 -
CMYK 0.26 0.86 0 0.08
HSL 282.27º 0.84% 0.52% -
HSV(B) 282.27º 0.86% 0.92% -
XYZ 33.19 16.15 79.96 -
YUV 97.9 205.38 182.99 -
System Red Green Blue C M Y K H S L
Decimal 175 32 235 0.26 0.86 0 0.08 282.27 0.84 0.52
Hex AF 20 EB 1A 56 0 8 11A 54 34
Octal 257 40 353 32 126 0 10 432 124 64
Binary 10101111 100000 11101011 11010 1010110 0 1000 100011010 1010100 110100

Color Harmonies of #AF20EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF20EB

Black with #AF20EB

Text Example


Text Example

White with #AF20EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF20EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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