Html Css Color HEX #AB48CB Medium Orchid

📋 copy color: '#AB48CB'

red 171 ◦ green 72 ◦ blue 203

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

Shades of Medium Orchid #AB48CB

Tints of Medium Orchid #AB48CB

RGB

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

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

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

R = 38.34%
G = 16.14%
B = 45.52%

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

#AB48CB (or 0xAB48CB) is known color: Medium Orchid. HEX triplet: AB, 48 and CB. RGB value is (171,72,203). Sum of RGB (Red+Green+Blue) = 171+72+203=446 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.34% from 446); Green value is 72 (28.52% from 255 or 16.14% from 446); Blue value is 203 (79.69% from 255 or 45.52% from 446); Max value from RGB is 203 - color contains mainly: blue. Hex color #AB48CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB48CB is #54B734. Grayscale: #747474. Windows color (decimal): -5551925 or 13322411. OLE color: 13322411.

HSL color Cylindrical-coordinate representation of color #AB48CB: hue angle of 285.34º 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 #AB48CB is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 171 72 203 -
CMYK 0.16 0.65 0 0.20
HSL 285.34º 0.56% 0.54% -
HSV(B) 285.34º 0.65% 0.8% -
XYZ 29.89 17.6 58.32 -
YUV 116.54 176.8 166.85 -
System Red Green Blue C M Y K H S L
Decimal 171 72 203 0.16 0.65 0 0.20 285.34 0.56 0.54
Hex AB 48 CB 10 41 0 14 11D 38 36
Octal 253 110 313 20 101 0 24 435 70 66
Binary 10101011 1001000 11001011 10000 1000001 0 10100 100011101 111000 110110

Color Harmonies of #AB48CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB48CB

Black with #AB48CB

Text Example


Text Example

White with #AB48CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB48CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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