Html Css Color HEX #AB47DA Medium Orchid

📋 copy color: '#AB47DA'

red 171 ◦ green 71 ◦ blue 218

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

Shades of Medium Orchid #AB47DA

Tints of Medium Orchid #AB47DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.39%

R = 37.17%
G = 15.43%
B = 47.39%

CMYK

 C value IS 0.22

 M value IS 0.67

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AB47DA (or 0xAB47DA) is known color: Medium Orchid. HEX triplet: AB, 47 and DA. RGB value is (171,71,218). Sum of RGB (Red+Green+Blue) = 171+71+218=460 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.17% from 460); Green value is 71 (28.12% from 255 or 15.43% from 460); Blue value is 218 (85.55% from 255 or 47.39% from 460); Max value from RGB is 218 - color contains mainly: blue. Hex color #AB47DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB47DA is #54B825. Grayscale: #757575. Windows color (decimal): -5552166 or 14305195. OLE color: 14305195.

HSL color Cylindrical-coordinate representation of color #AB47DA: hue angle of 280.82º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AB47DA is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 171 71 218 -
CMYK 0.22 0.67 0 0.15
HSL 280.82º 0.67% 0.57% -
HSV(B) 280.82º 0.67% 0.85% -
XYZ 31.7 18.23 68.18 -
YUV 117.66 184.63 166.05 -
System Red Green Blue C M Y K H S L
Decimal 171 71 218 0.22 0.67 0 0.15 280.82 0.67 0.57
Hex AB 47 DA 16 43 0 F 119 43 39
Octal 253 107 332 26 103 0 17 431 103 71
Binary 10101011 1000111 11011010 10110 1000011 0 1111 100011001 1000011 111001

Color Harmonies of #AB47DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB47DA

Black with #AB47DA

Text Example


Text Example

White with #AB47DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB47DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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