Html Css Color HEX #AB5DD6 Medium Orchid

📋 copy color: '#AB5DD6'

red 171 ◦ green 93 ◦ blue 214

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

Shades of Medium Orchid #AB5DD6

Tints of Medium Orchid #AB5DD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 44.77%

R = 35.77%
G = 19.46%
B = 44.77%

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

#AB5DD6 (or 0xAB5DD6) is known color: Medium Orchid. HEX triplet: AB, 5D and D6. RGB value is (171,93,214). Sum of RGB (Red+Green+Blue) = 171+93+214=478 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.77% from 478); Green value is 93 (36.72% from 255 or 19.46% from 478); Blue value is 214 (83.98% from 255 or 44.77% from 478); Max value from RGB is 214 - color contains mainly: blue. Hex color #AB5DD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5DD6 is #54A229. Grayscale: #818181. Windows color (decimal): -5546538 or 14048683. OLE color: 14048683.

HSL color Cylindrical-coordinate representation of color #AB5DD6: hue angle of 278.68º 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 #AB5DD6 is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 171 93 214 -
CMYK 0.20 0.57 0 0.16
HSL 278.68º 0.6% 0.6% -
HSV(B) 278.68º 0.57% 0.84% -
XYZ 32.85 21.34 66.01 -
YUV 130.12 175.34 157.16 -
System Red Green Blue C M Y K H S L
Decimal 171 93 214 0.20 0.57 0 0.16 278.68 0.6 0.6
Hex AB 5D D6 14 39 0 10 117 3C 3C
Octal 253 135 326 24 71 0 20 427 74 74
Binary 10101011 1011101 11010110 10100 111001 0 10000 100010111 111100 111100

Color Harmonies of #AB5DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5DD6

Black with #AB5DD6

Text Example


Text Example

White with #AB5DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5DD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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