Html Css Color HEX #AB5CCE Medium Orchid

📋 copy color: '#AB5CCE'

red 171 ◦ green 92 ◦ blue 206

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

Shades of Medium Orchid #AB5CCE

Tints of Medium Orchid #AB5CCE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.62%

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

R = 36.46%
G = 19.62%
B = 43.92%

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

#AB5CCE (or 0xAB5CCE) is known color: Medium Orchid. HEX triplet: AB, 5C and CE. RGB value is (171,92,206). Sum of RGB (Red+Green+Blue) = 171+92+206=469 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.46% from 469); Green value is 92 (36.33% from 255 or 19.62% from 469); Blue value is 206 (80.86% from 255 or 43.92% from 469); Max value from RGB is 206 - color contains mainly: blue. Hex color #AB5CCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5CCE is #54A331. Grayscale: #808080. Windows color (decimal): -5546802 or 13524139. OLE color: 13524139.

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

Color convert

RGB 171 92 206 -
CMYK 0.17 0.55 0 0.19
HSL 281.58º 0.54% 0.58% -
HSV(B) 281.58º 0.55% 0.81% -
XYZ 31.76 20.77 60.73 -
YUV 128.62 171.67 158.23 -
System Red Green Blue C M Y K H S L
Decimal 171 92 206 0.17 0.55 0 0.19 281.58 0.54 0.58
Hex AB 5C CE 11 37 0 13 11A 36 3A
Octal 253 134 316 21 67 0 23 432 66 72
Binary 10101011 1011100 11001110 10001 110111 0 10011 100011010 110110 111010

Color Harmonies of #AB5CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5CCE

Black with #AB5CCE

Text Example


Text Example

White with #AB5CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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