Html Css Color HEX #AB5DCD Medium Orchid

📋 copy color: '#AB5DCD'

red 171 ◦ green 93 ◦ blue 205

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

Shades of Medium Orchid #AB5DCD

Tints of Medium Orchid #AB5DCD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.83%

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

R = 36.46%
G = 19.83%
B = 43.71%

CMYK

 C value IS 0.17

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AB5DCD (or 0xAB5DCD) is known color: Medium Orchid. HEX triplet: AB, 5D and CD. RGB value is (171,93,205). Sum of RGB (Red+Green+Blue) = 171+93+205=469 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.46% from 469); Green value is 93 (36.72% from 255 or 19.83% from 469); Blue value is 205 (80.47% from 255 or 43.71% from 469); Max value from RGB is 205 - color contains mainly: blue. Hex color #AB5DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5DCD is #54A232. Grayscale: #808080. Windows color (decimal): -5546547 or 13458859. OLE color: 13458859.

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

Color convert

RGB 171 93 205 -
CMYK 0.17 0.55 0 0.20
HSL 281.79º 0.53% 0.58% -
HSV(B) 281.79º 0.55% 0.8% -
XYZ 31.73 20.89 60.12 -
YUV 129.09 170.84 157.89 -
System Red Green Blue C M Y K H S L
Decimal 171 93 205 0.17 0.55 0 0.20 281.79 0.53 0.58
Hex AB 5D CD 11 37 0 14 11A 35 3A
Octal 253 135 315 21 67 0 24 432 65 72
Binary 10101011 1011101 11001101 10001 110111 0 10100 100011010 110101 111010

Color Harmonies of #AB5DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5DCD

Black with #AB5DCD

Text Example


Text Example

White with #AB5DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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