Html Css Color HEX #AB47CF Medium Orchid

📋 copy color: '#AB47CF'

red 171 ◦ green 71 ◦ blue 207

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

Shades of Medium Orchid #AB47CF

Tints of Medium Orchid #AB47CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.1%

R = 38.08%
G = 15.81%
B = 46.1%

CMYK

 C value IS 0.17

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AB47CF (or 0xAB47CF) is known color: Medium Orchid. HEX triplet: AB, 47 and CF. RGB value is (171,71,207). Sum of RGB (Red+Green+Blue) = 171+71+207=449 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.08% from 449); Green value is 71 (28.12% from 255 or 15.81% from 449); Blue value is 207 (81.25% from 255 or 46.10% from 449); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB47CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB47CF is #54B830. Grayscale: #737373. Windows color (decimal): -5552177 or 13584299. OLE color: 13584299.

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

Color convert

RGB 171 71 207 -
CMYK 0.17 0.66 0 0.19
HSL 284.12º 0.59% 0.55% -
HSV(B) 284.12º 0.66% 0.81% -
XYZ 30.31 17.67 60.84 -
YUV 116.4 179.13 166.94 -
System Red Green Blue C M Y K H S L
Decimal 171 71 207 0.17 0.66 0 0.19 284.12 0.59 0.55
Hex AB 47 CF 11 42 0 13 11C 3B 37
Octal 253 107 317 21 102 0 23 434 73 67
Binary 10101011 1000111 11001111 10001 1000010 0 10011 100011100 111011 110111

Color Harmonies of #AB47CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB47CF

Black with #AB47CF

Text Example


Text Example

White with #AB47CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB47CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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