Html Css Color HEX #AB48D1 Medium Orchid

📋 copy color: '#AB48D1'

red 171 ◦ green 72 ◦ blue 209

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

Shades of Medium Orchid #AB48D1

Tints of Medium Orchid #AB48D1

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.93%

 BLUE value IS 209 (82.03% from 255) = 46.24%

R = 37.83%
G = 15.93%
B = 46.24%

CMYK

 C value IS 0.18

 M value IS 0.66

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AB48D1 (or 0xAB48D1) is known color: Medium Orchid. HEX triplet: AB, 48 and D1. RGB value is (171,72,209). Sum of RGB (Red+Green+Blue) = 171+72+209=452 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.83% from 452); Green value is 72 (28.52% from 255 or 15.93% from 452); Blue value is 209 (82.03% from 255 or 46.24% from 452); Max value from RGB is 209 - color contains mainly: blue. Hex color #AB48D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB48D1 is #54B72E. Grayscale: #747474. Windows color (decimal): -5551919 or 13715627. OLE color: 13715627.

HSL color Cylindrical-coordinate representation of color #AB48D1: hue angle of 283.36º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AB48D1 is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 171 72 209 -
CMYK 0.18 0.66 0 0.18
HSL 283.36º 0.6% 0.55% -
HSV(B) 283.36º 0.66% 0.82% -
XYZ 30.62 17.9 62.16 -
YUV 117.22 179.8 166.36 -
System Red Green Blue C M Y K H S L
Decimal 171 72 209 0.18 0.66 0 0.18 283.36 0.6 0.55
Hex AB 48 D1 12 42 0 12 11B 3C 37
Octal 253 110 321 22 102 0 22 433 74 67
Binary 10101011 1001000 11010001 10010 1000010 0 10010 100011011 111100 110111

Color Harmonies of #AB48D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB48D1

Black with #AB48D1

Text Example


Text Example

White with #AB48D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB48D1; }

 p { color: rgb(171,72,209); }

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

background-color css

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

 a { background-color: rgb(171,72,209); }

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

border-color css

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

 span { border-color: rgb(171,72,209); }

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