Html Css Color HEX #AF0CE5 Electric Purple

📋 copy color: '#AF0CE5'

red 175 ◦ green 12 ◦ blue 229

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

Shades of Electric Purple #AF0CE5

Tints of Electric Purple #AF0CE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 55.05%

R = 42.07%
G = 2.88%
B = 55.05%

CMYK

 C value IS 0.24

 M value IS 0.95

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AF0CE5 (or 0xAF0CE5) is known color: Electric Purple. HEX triplet: AF, 0C and E5. RGB value is (175,12,229). Sum of RGB (Red+Green+Blue) = 175+12+229=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 12 (5.08% from 255 or 2.88% from 416); Blue value is 229 (89.84% from 255 or 55.05% from 416); Max value from RGB is 229 - color contains mainly: blue. Hex color #AF0CE5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0CE5 is #50F31A. Grayscale: #545454. Windows color (decimal): -5305115 or 15010991. OLE color: 15010991.

HSL color Cylindrical-coordinate representation of color #AF0CE5: hue angle of 285.07º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF0CE5 is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 12 229 -
CMYK 0.24 0.95 0 0.10
HSL 285.07º 0.9% 0.47% -
HSV(B) 285.07º 0.95% 0.9% -
XYZ 31.95 15.03 75.35 -
YUV 85.48 209 191.86 -
System Red Green Blue C M Y K H S L
Decimal 175 12 229 0.24 0.95 0 0.10 285.07 0.9 0.47
Hex AF C E5 18 5F 0 A 11D 5A 2F
Octal 257 14 345 30 137 0 12 435 132 57
Binary 10101111 1100 11100101 11000 1011111 0 1010 100011101 1011010 101111

Color Harmonies of #AF0CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0CE5

Black with #AF0CE5

Text Example


Text Example

White with #AF0CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0CE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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