Html Css Color HEX #AF0DED Electric Purple

📋 copy color: '#AF0DED'

red 175 ◦ green 13 ◦ blue 237

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

Shades of Electric Purple #AF0DED

Tints of Electric Purple #AF0DED

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.06%

 BLUE value IS 237 (92.97% from 255) = 55.76%

R = 41.18%
G = 3.06%
B = 55.76%

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

#AF0DED (or 0xAF0DED) is known color: Electric Purple. HEX triplet: AF, 0D and ED. RGB value is (175,13,237). Sum of RGB (Red+Green+Blue) = 175+13+237=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 13 (5.47% from 255 or 3.06% from 425); Blue value is 237 (92.97% from 255 or 55.76% from 425); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF0DED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF0DED is #50F212. Grayscale: #565656. Windows color (decimal): -5304851 or 15535535. OLE color: 15535535.

HSL color Cylindrical-coordinate representation of color #AF0DED: hue angle of 283.39º 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 #AF0DED is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 13 237 -
CMYK 0.26 0.95 0 0.07
HSL 283.39º 0.9% 0.49% -
HSV(B) 283.39º 0.95% 0.93% -
XYZ 33.11 15.52 81.37 -
YUV 86.97 212.67 190.79 -
System Red Green Blue C M Y K H S L
Decimal 175 13 237 0.26 0.95 0 0.07 283.39 0.9 0.49
Hex AF D ED 1A 5F 0 7 11B 5A 31
Octal 257 15 355 32 137 0 7 433 132 61
Binary 10101111 1101 11101101 11010 1011111 0 111 100011011 1011010 110001

Color Harmonies of #AF0DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0DED

Black with #AF0DED

Text Example


Text Example

White with #AF0DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0DED; }

 p { color: rgb(175,13,237); }

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

background-color css

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

 a { background-color: rgb(175,13,237); }

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

border-color css

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

 span { border-color: rgb(175,13,237); }

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