Html Css Color HEX #AF0BED Electric Purple

📋 copy color: '#AF0BED'

red 175 ◦ green 11 ◦ blue 237

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

Shades of Electric Purple #AF0BED

Tints of Electric Purple #AF0BED

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.6%

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

R = 41.37%
G = 2.6%
B = 56.03%

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

#AF0BED (or 0xAF0BED) is known color: Electric Purple. HEX triplet: AF, 0B and ED. RGB value is (175,11,237). Sum of RGB (Red+Green+Blue) = 175+11+237=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 11 (4.69% from 255 or 2.60% from 423); Blue value is 237 (92.97% from 255 or 56.03% from 423); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF0BED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF0BED is #50F412. Grayscale: #555555. Windows color (decimal): -5305363 or 15535023. OLE color: 15535023.

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

Color convert

RGB 175 11 237 -
CMYK 0.26 0.95 0 0.07
HSL 283.54º 0.91% 0.49% -
HSV(B) 283.54º 0.95% 0.93% -
XYZ 33.08 15.47 81.36 -
YUV 85.8 213.33 191.62 -
System Red Green Blue C M Y K H S L
Decimal 175 11 237 0.26 0.95 0 0.07 283.54 0.91 0.49
Hex AF B ED 1A 5F 0 7 11C 5B 31
Octal 257 13 355 32 137 0 7 434 133 61
Binary 10101111 1011 11101101 11010 1011111 0 111 100011100 1011011 110001

Color Harmonies of #AF0BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0BED

Black with #AF0BED

Text Example


Text Example

White with #AF0BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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