Html Css Color HEX #AB5ADD Medium Orchid

📋 copy color: '#AB5ADD'

red 171 ◦ green 90 ◦ blue 221

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

Shades of Medium Orchid #AB5ADD

Tints of Medium Orchid #AB5ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.85%

R = 35.48%
G = 18.67%
B = 45.85%

CMYK

 C value IS 0.23

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AB5ADD (or 0xAB5ADD) is known color: Medium Orchid. HEX triplet: AB, 5A and DD. RGB value is (171,90,221). Sum of RGB (Red+Green+Blue) = 171+90+221=482 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.48% from 482); Green value is 90 (35.55% from 255 or 18.67% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB5ADD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5ADD is #54A522. Grayscale: #808080. Windows color (decimal): -5547299 or 14506667. OLE color: 14506667.

HSL color Cylindrical-coordinate representation of color #AB5ADD: hue angle of 277.1º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AB5ADD is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 90 221 -
CMYK 0.23 0.59 0 0.13
HSL 277.1º 0.66% 0.61% -
HSV(B) 277.1º 0.59% 0.87% -
XYZ 33.5 21.19 70.73 -
YUV 129.15 179.84 157.85 -
System Red Green Blue C M Y K H S L
Decimal 171 90 221 0.23 0.59 0 0.13 277.1 0.66 0.61
Hex AB 5A DD 17 3B 0 D 115 42 3D
Octal 253 132 335 27 73 0 15 425 102 75
Binary 10101011 1011010 11011101 10111 111011 0 1101 100010101 1000010 111101

Color Harmonies of #AB5ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5ADD

Black with #AB5ADD

Text Example


Text Example

White with #AB5ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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