Html Css Color HEX #AB5ECD Medium Orchid

📋 copy color: '#AB5ECD'

red 171 ◦ green 94 ◦ blue 205

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

Shades of Medium Orchid #AB5ECD

Tints of Medium Orchid #AB5ECD

RGB

 RED value IS 171 (67.19% from 255) = 36.38%

 GREEN value IS 94 (37.11% from 255) = 20%

 BLUE value IS 205 (80.47% from 255) = 43.62%

R = 36.38%
G = 20%
B = 43.62%

CMYK

 C value IS 0.17

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AB5ECD (or 0xAB5ECD) is known color: Medium Orchid. HEX triplet: AB, 5E and CD. RGB value is (171,94,205). Sum of RGB (Red+Green+Blue) = 171+94+205=470 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.38% from 470); Green value is 94 (37.11% from 255 or 20% from 470); Blue value is 205 (80.47% from 255 or 43.62% from 470); Max value from RGB is 205 - color contains mainly: blue. Hex color #AB5ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5ECD is #54A132. Grayscale: #818181. Windows color (decimal): -5546291 or 13459115. OLE color: 13459115.

HSL color Cylindrical-coordinate representation of color #AB5ECD: hue angle of 281.62º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AB5ECD is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 171 94 205 -
CMYK 0.17 0.54 0 0.20
HSL 281.62º 0.53% 0.59% -
HSV(B) 281.62º 0.54% 0.8% -
XYZ 31.82 21.07 60.15 -
YUV 129.68 170.51 157.47 -
System Red Green Blue C M Y K H S L
Decimal 171 94 205 0.17 0.54 0 0.20 281.62 0.53 0.59
Hex AB 5E CD 11 36 0 14 11A 35 3B
Octal 253 136 315 21 66 0 24 432 65 73
Binary 10101011 1011110 11001101 10001 110110 0 10100 100011010 110101 111011

Color Harmonies of #AB5ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5ECD

Black with #AB5ECD

Text Example


Text Example

White with #AB5ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5ECD; }

 p { color: rgb(171,94,205); }

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

background-color css

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

 a { background-color: rgb(171,94,205); }

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

border-color css

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

 span { border-color: rgb(171,94,205); }

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