Html Css Color HEX #AB61CB Medium Orchid

📋 copy color: '#AB61CB'

red 171 ◦ green 97 ◦ blue 203

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

Shades of Medium Orchid #AB61CB

Tints of Medium Orchid #AB61CB

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.59%

 BLUE value IS 203 (79.69% from 255) = 43.1%

R = 36.31%
G = 20.59%
B = 43.1%

CMYK

 C value IS 0.16

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AB61CB (or 0xAB61CB) is known color: Medium Orchid. HEX triplet: AB, 61 and CB. RGB value is (171,97,203). Sum of RGB (Red+Green+Blue) = 171+97+203=471 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.31% from 471); Green value is 97 (38.28% from 255 or 20.59% from 471); Blue value is 203 (79.69% from 255 or 43.10% from 471); Max value from RGB is 203 - color contains mainly: blue. Hex color #AB61CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB61CB is #549E34. Grayscale: #828282. Windows color (decimal): -5545525 or 13328811. OLE color: 13328811.

HSL color Cylindrical-coordinate representation of color #AB61CB: hue angle of 281.89º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AB61CB is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 171 97 203 -
CMYK 0.16 0.52 0 0.20
HSL 281.89º 0.5% 0.59% -
HSV(B) 281.89º 0.52% 0.8% -
XYZ 31.85 21.52 58.97 -
YUV 131.21 168.52 156.38 -
System Red Green Blue C M Y K H S L
Decimal 171 97 203 0.16 0.52 0 0.20 281.89 0.5 0.59
Hex AB 61 CB 10 34 0 14 11A 32 3B
Octal 253 141 313 20 64 0 24 432 62 73
Binary 10101011 1100001 11001011 10000 110100 0 10100 100011010 110010 111011

Color Harmonies of #AB61CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB61CB

Black with #AB61CB

Text Example


Text Example

White with #AB61CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB61CB; }

 p { color: rgb(171,97,203); }

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

background-color css

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

 a { background-color: rgb(171,97,203); }

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

border-color css

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

 span { border-color: rgb(171,97,203); }

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