Html Css Color HEX #AF0CEB Electric Purple

📋 copy color: '#AF0CEB'

red 175 ◦ green 12 ◦ blue 235

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

Shades of Electric Purple #AF0CEB

Tints of Electric Purple #AF0CEB

RGB

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

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

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

R = 41.47%
G = 2.84%
B = 55.69%

CMYK

 C value IS 0.26

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AF0CEB (or 0xAF0CEB) is known color: Electric Purple. HEX triplet: AF, 0C and EB. RGB value is (175,12,235). Sum of RGB (Red+Green+Blue) = 175+12+235=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 12 (5.08% from 255 or 2.84% from 422); Blue value is 235 (92.19% from 255 or 55.69% from 422); Max value from RGB is 235 - color contains mainly: blue. Hex color #AF0CEB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF0CEB is #50F314. Grayscale: #555555. Windows color (decimal): -5305109 or 15404207. OLE color: 15404207.

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

Color convert

RGB 175 12 235 -
CMYK 0.26 0.95 0 0.08
HSL 283.86º 0.9% 0.48% -
HSV(B) 283.86º 0.95% 0.92% -
XYZ 32.81 15.38 79.84 -
YUV 86.16 212 191.37 -
System Red Green Blue C M Y K H S L
Decimal 175 12 235 0.26 0.95 0 0.08 283.86 0.9 0.48
Hex AF C EB 1A 5F 0 8 11C 5A 30
Octal 257 14 353 32 137 0 10 434 132 60
Binary 10101111 1100 11101011 11010 1011111 0 1000 100011100 1011010 110000

Color Harmonies of #AF0CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0CEB

Black with #AF0CEB

Text Example


Text Example

White with #AF0CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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