Html Css Color HEX #AB5DD0 Medium Orchid

📋 copy color: '#AB5DD0'

red 171 ◦ green 93 ◦ blue 208

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

Shades of Medium Orchid #AB5DD0

Tints of Medium Orchid #AB5DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 44.07%

R = 36.23%
G = 19.7%
B = 44.07%

CMYK

 C value IS 0.18

 M value IS 0.55

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AB5DD0 (or 0xAB5DD0) is known color: Medium Orchid. HEX triplet: AB, 5D and D0. RGB value is (171,93,208). Sum of RGB (Red+Green+Blue) = 171+93+208=472 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.23% from 472); Green value is 93 (36.72% from 255 or 19.70% from 472); Blue value is 208 (81.64% from 255 or 44.07% from 472); Max value from RGB is 208 - color contains mainly: blue. Hex color #AB5DD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5DD0 is #54A22F. Grayscale: #818181. Windows color (decimal): -5546544 or 13655467. OLE color: 13655467.

HSL color Cylindrical-coordinate representation of color #AB5DD0: hue angle of 280.7º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AB5DD0 is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 171 93 208 -
CMYK 0.18 0.55 0 0.18
HSL 280.7º 0.55% 0.59% -
HSV(B) 280.7º 0.55% 0.82% -
XYZ 32.09 21.04 62.04 -
YUV 129.43 172.34 157.65 -
System Red Green Blue C M Y K H S L
Decimal 171 93 208 0.18 0.55 0 0.18 280.7 0.55 0.59
Hex AB 5D D0 12 37 0 12 119 37 3B
Octal 253 135 320 22 67 0 22 431 67 73
Binary 10101011 1011101 11010000 10010 110111 0 10010 100011001 110111 111011

Color Harmonies of #AB5DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5DD0

Black with #AB5DD0

Text Example


Text Example

White with #AB5DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5DD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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