Html Css Color HEX #AF03EB Electric Purple

📋 copy color: '#AF03EB'

red 175 ◦ green 3 ◦ blue 235

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

Shades of Electric Purple #AF03EB

Tints of Electric Purple #AF03EB

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.73%

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

R = 42.37%
G = 0.73%
B = 56.9%

CMYK

 C value IS 0.26

 M value IS 0.99

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AF03EB (or 0xAF03EB) is known color: Electric Purple. HEX triplet: AF, 03 and EB. RGB value is (175,3,235). Sum of RGB (Red+Green+Blue) = 175+3+235=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 3 (1.56% from 255 or 0.73% from 413); Blue value is 235 (92.19% from 255 or 56.90% from 413); Max value from RGB is 235 - color contains mainly: blue. Hex color #AF03EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF03EB is #50FC14. Grayscale: #505050. Windows color (decimal): -5307413 or 15401903. OLE color: 15401903.

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

Color convert

RGB 175 3 235 -
CMYK 0.26 0.99 0 0.08
HSL 284.48º 0.97% 0.47% -
HSV(B) 284.48º 0.99% 0.92% -
XYZ 32.71 15.18 79.8 -
YUV 80.88 214.98 195.14 -
System Red Green Blue C M Y K H S L
Decimal 175 3 235 0.26 0.99 0 0.08 284.48 0.97 0.47
Hex AF 3 EB 1A 63 0 8 11C 61 2F
Octal 257 3 353 32 143 0 10 434 141 57
Binary 10101111 11 11101011 11010 1100011 0 1000 100011100 1100001 101111

Color Harmonies of #AF03EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF03EB

Black with #AF03EB

Text Example


Text Example

White with #AF03EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF03EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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