Html Css Color HEX #AB47CB Medium Orchid

📋 copy color: '#AB47CB'

red 171 ◦ green 71 ◦ blue 203

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

Shades of Medium Orchid #AB47CB

Tints of Medium Orchid #AB47CB

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.96%

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

R = 38.43%
G = 15.96%
B = 45.62%

CMYK

 C value IS 0.16

 M value IS 0.65

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AB47CB (or 0xAB47CB) is known color: Medium Orchid. HEX triplet: AB, 47 and CB. RGB value is (171,71,203). Sum of RGB (Red+Green+Blue) = 171+71+203=445 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.43% from 445); Green value is 71 (28.12% from 255 or 15.96% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 203 - color contains mainly: blue. Hex color #AB47CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB47CB is #54B834. Grayscale: #737373. Windows color (decimal): -5552181 or 13322155. OLE color: 13322155.

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

Color convert

RGB 171 71 203 -
CMYK 0.16 0.65 0 0.20
HSL 285.45º 0.56% 0.54% -
HSV(B) 285.45º 0.65% 0.8% -
XYZ 29.83 17.48 58.3 -
YUV 115.95 177.13 167.27 -
System Red Green Blue C M Y K H S L
Decimal 171 71 203 0.16 0.65 0 0.20 285.45 0.56 0.54
Hex AB 47 CB 10 41 0 14 11D 38 36
Octal 253 107 313 20 101 0 24 435 70 66
Binary 10101011 1000111 11001011 10000 1000001 0 10100 100011101 111000 110110

Color Harmonies of #AB47CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB47CB

Black with #AB47CB

Text Example


Text Example

White with #AB47CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB47CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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