Html Css Color HEX #AF0CEE Electric Purple

📋 copy color: '#AF0CEE'

red 175 ◦ green 12 ◦ blue 238

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

Shades of Electric Purple #AF0CEE

Tints of Electric Purple #AF0CEE

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.82%

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

R = 41.18%
G = 2.82%
B = 56%

CMYK

 C value IS 0.26

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF0CEE (or 0xAF0CEE) is known color: Electric Purple. HEX triplet: AF, 0C and EE. RGB value is (175,12,238). Sum of RGB (Red+Green+Blue) = 175+12+238=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 12 (5.08% from 255 or 2.82% from 425); Blue value is 238 (93.36% from 255 or 56% from 425); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF0CEE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF0CEE is #50F311. Grayscale: #555555. Windows color (decimal): -5305106 or 15600815. OLE color: 15600815.

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

Color convert

RGB 175 12 238 -
CMYK 0.26 0.95 0 0.07
HSL 283.27º 0.9% 0.49% -
HSV(B) 283.27º 0.95% 0.93% -
XYZ 33.24 15.55 82.14 -
YUV 86.5 213.5 191.12 -
System Red Green Blue C M Y K H S L
Decimal 175 12 238 0.26 0.95 0 0.07 283.27 0.9 0.49
Hex AF C EE 1A 5F 0 7 11B 5A 31
Octal 257 14 356 32 137 0 7 433 132 61
Binary 10101111 1100 11101110 11010 1011111 0 111 100011011 1011010 110001

Color Harmonies of #AF0CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0CEE

Black with #AF0CEE

Text Example


Text Example

White with #AF0CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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