Html Css Color HEX #AB47CA Medium Orchid

📋 copy color: '#AB47CA'

red 171 ◦ green 71 ◦ blue 202

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

Shades of Medium Orchid #AB47CA

Tints of Medium Orchid #AB47CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 45.5%

R = 38.51%
G = 15.99%
B = 45.5%

CMYK

 C value IS 0.15

 M value IS 0.65

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AB47CA (or 0xAB47CA) is known color: Medium Orchid. HEX triplet: AB, 47 and CA. RGB value is (171,71,202). Sum of RGB (Red+Green+Blue) = 171+71+202=444 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.51% from 444); Green value is 71 (28.12% from 255 or 15.99% from 444); Blue value is 202 (79.30% from 255 or 45.50% from 444); Max value from RGB is 202 - color contains mainly: blue. Hex color #AB47CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB47CA is #54B835. Grayscale: #737373. Windows color (decimal): -5552182 or 13256619. OLE color: 13256619.

HSL color Cylindrical-coordinate representation of color #AB47CA: hue angle of 285.8º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AB47CA is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 171 71 202 -
CMYK 0.15 0.65 0 0.21
HSL 285.8º 0.55% 0.54% -
HSV(B) 285.8º 0.65% 0.79% -
XYZ 29.71 17.43 57.68 -
YUV 115.83 176.63 167.35 -
System Red Green Blue C M Y K H S L
Decimal 171 71 202 0.15 0.65 0 0.21 285.8 0.55 0.54
Hex AB 47 CA F 41 0 15 11E 37 36
Octal 253 107 312 17 101 0 25 436 67 66
Binary 10101011 1000111 11001010 1111 1000001 0 10101 100011110 110111 110110

Color Harmonies of #AB47CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB47CA

Black with #AB47CA

Text Example


Text Example

White with #AB47CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB47CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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