Html Css Color HEX #AB5DD7 Medium Orchid

📋 copy color: '#AB5DD7'

red 171 ◦ green 93 ◦ blue 215

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

Shades of Medium Orchid #AB5DD7

Tints of Medium Orchid #AB5DD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 44.89%

R = 35.7%
G = 19.42%
B = 44.89%

CMYK

 C value IS 0.20

 M value IS 0.57

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AB5DD7 (or 0xAB5DD7) is known color: Medium Orchid. HEX triplet: AB, 5D and D7. RGB value is (171,93,215). Sum of RGB (Red+Green+Blue) = 171+93+215=479 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.70% from 479); Green value is 93 (36.72% from 255 or 19.42% from 479); Blue value is 215 (84.38% from 255 or 44.89% from 479); Max value from RGB is 215 - color contains mainly: blue. Hex color #AB5DD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5DD7 is #54A228. Grayscale: #818181. Windows color (decimal): -5546537 or 14114219. OLE color: 14114219.

HSL color Cylindrical-coordinate representation of color #AB5DD7: hue angle of 278.36º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AB5DD7 is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 171 93 215 -
CMYK 0.20 0.57 0 0.16
HSL 278.36º 0.6% 0.6% -
HSV(B) 278.36º 0.57% 0.84% -
XYZ 32.97 21.39 66.68 -
YUV 130.23 175.84 157.08 -
System Red Green Blue C M Y K H S L
Decimal 171 93 215 0.20 0.57 0 0.16 278.36 0.6 0.6
Hex AB 5D D7 14 39 0 10 116 3C 3C
Octal 253 135 327 24 71 0 20 426 74 74
Binary 10101011 1011101 11010111 10100 111001 0 10000 100010110 111100 111100

Color Harmonies of #AB5DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5DD7

Black with #AB5DD7

Text Example


Text Example

White with #AB5DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5DD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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