Html Css Color HEX #AB5ACD Medium Orchid

📋 copy color: '#AB5ACD'

red 171 ◦ green 90 ◦ blue 205

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

Shades of Medium Orchid #AB5ACD

Tints of Medium Orchid #AB5ACD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.31%

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

R = 36.7%
G = 19.31%
B = 43.99%

CMYK

 C value IS 0.17

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AB5ACD (or 0xAB5ACD) is known color: Medium Orchid. HEX triplet: AB, 5A and CD. RGB value is (171,90,205). Sum of RGB (Red+Green+Blue) = 171+90+205=466 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.70% from 466); Green value is 90 (35.55% from 255 or 19.31% from 466); Blue value is 205 (80.47% from 255 or 43.99% from 466); Max value from RGB is 205 - color contains mainly: blue. Hex color #AB5ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5ACD is #54A532. Grayscale: #7E7E7E. Windows color (decimal): -5547315 or 13458091. OLE color: 13458091.

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

Color convert

RGB 171 90 205 -
CMYK 0.17 0.56 0 0.20
HSL 282.26º 0.53% 0.58% -
HSV(B) 282.26º 0.56% 0.8% -
XYZ 31.47 20.38 60.03 -
YUV 127.33 171.84 159.15 -
System Red Green Blue C M Y K H S L
Decimal 171 90 205 0.17 0.56 0 0.20 282.26 0.53 0.58
Hex AB 5A CD 11 38 0 14 11A 35 3A
Octal 253 132 315 21 70 0 24 432 65 72
Binary 10101011 1011010 11001101 10001 111000 0 10100 100011010 110101 111010

Color Harmonies of #AB5ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5ACD

Black with #AB5ACD

Text Example


Text Example

White with #AB5ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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