Html Css Color HEX #AF0AEE Electric Purple

📋 copy color: '#AF0AEE'

red 175 ◦ green 10 ◦ blue 238

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

Shades of Electric Purple #AF0AEE

Tints of Electric Purple #AF0AEE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.36%

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

R = 41.37%
G = 2.36%
B = 56.26%

CMYK

 C value IS 0.26

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF0AEE (or 0xAF0AEE) is known color: Electric Purple. HEX triplet: AF, 0A and EE. RGB value is (175,10,238). Sum of RGB (Red+Green+Blue) = 175+10+238=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 10 (4.30% from 255 or 2.36% from 423); Blue value is 238 (93.36% from 255 or 56.26% from 423); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF0AEE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF0AEE is #50F511. Grayscale: #545454. Windows color (decimal): -5305618 or 15600303. OLE color: 15600303.

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

Color convert

RGB 175 10 238 -
CMYK 0.26 0.96 0 0.07
HSL 283.42º 0.92% 0.49% -
HSV(B) 283.42º 0.96% 0.93% -
XYZ 33.22 15.5 82.13 -
YUV 85.33 214.16 191.96 -
System Red Green Blue C M Y K H S L
Decimal 175 10 238 0.26 0.96 0 0.07 283.42 0.92 0.49
Hex AF A EE 1A 60 0 7 11B 5C 31
Octal 257 12 356 32 140 0 7 433 134 61
Binary 10101111 1010 11101110 11010 1100000 0 111 100011011 1011100 110001

Color Harmonies of #AF0AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0AEE

Black with #AF0AEE

Text Example


Text Example

White with #AF0AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0AEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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