Html Css Color HEX #AB48DF Medium Orchid

📋 copy color: '#AB48DF'

red 171 ◦ green 72 ◦ blue 223

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

Shades of Medium Orchid #AB48DF

Tints of Medium Orchid #AB48DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.85%

R = 36.7%
G = 15.45%
B = 47.85%

CMYK

 C value IS 0.23

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AB48DF (or 0xAB48DF) is known color: Medium Orchid. HEX triplet: AB, 48 and DF. RGB value is (171,72,223). Sum of RGB (Red+Green+Blue) = 171+72+223=466 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.70% from 466); Green value is 72 (28.52% from 255 or 15.45% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 223 - color contains mainly: blue. Hex color #AB48DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB48DF is #54B720. Grayscale: #767676. Windows color (decimal): -5551905 or 14633131. OLE color: 14633131.

HSL color Cylindrical-coordinate representation of color #AB48DF: hue angle of 279.34º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AB48DF is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 72 223 -
CMYK 0.23 0.68 0 0.13
HSL 279.34º 0.7% 0.58% -
HSV(B) 279.34º 0.68% 0.87% -
XYZ 32.43 18.62 71.7 -
YUV 118.82 186.8 165.22 -
System Red Green Blue C M Y K H S L
Decimal 171 72 223 0.23 0.68 0 0.13 279.34 0.7 0.58
Hex AB 48 DF 17 44 0 D 117 46 3A
Octal 253 110 337 27 104 0 15 427 106 72
Binary 10101011 1001000 11011111 10111 1000100 0 1101 100010111 1000110 111010

Color Harmonies of #AB48DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB48DF

Black with #AB48DF

Text Example


Text Example

White with #AB48DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB48DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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