Html Css Color HEX #AB5DCE Medium Orchid

📋 copy color: '#AB5DCE'

red 171 ◦ green 93 ◦ blue 206

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

Shades of Medium Orchid #AB5DCE

Tints of Medium Orchid #AB5DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.83%

R = 36.38%
G = 19.79%
B = 43.83%

CMYK

 C value IS 0.17

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AB5DCE (or 0xAB5DCE) is known color: Medium Orchid. HEX triplet: AB, 5D and CE. RGB value is (171,93,206). Sum of RGB (Red+Green+Blue) = 171+93+206=470 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.38% from 470); Green value is 93 (36.72% from 255 or 19.79% from 470); Blue value is 206 (80.86% from 255 or 43.83% from 470); Max value from RGB is 206 - color contains mainly: blue. Hex color #AB5DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5DCE is #54A231. Grayscale: #808080. Windows color (decimal): -5546546 or 13524395. OLE color: 13524395.

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

Color convert

RGB 171 93 206 -
CMYK 0.17 0.55 0 0.19
HSL 281.42º 0.54% 0.59% -
HSV(B) 281.42º 0.55% 0.81% -
XYZ 31.85 20.94 60.76 -
YUV 129.2 171.34 157.81 -
System Red Green Blue C M Y K H S L
Decimal 171 93 206 0.17 0.55 0 0.19 281.42 0.54 0.59
Hex AB 5D CE 11 37 0 13 119 36 3B
Octal 253 135 316 21 67 0 23 431 66 73
Binary 10101011 1011101 11001110 10001 110111 0 10011 100011001 110110 111011

Color Harmonies of #AB5DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5DCE

Black with #AB5DCE

Text Example


Text Example

White with #AB5DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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