Html Css Color HEX #AB48D8 Medium Orchid

📋 copy color: '#AB48D8'

red 171 ◦ green 72 ◦ blue 216

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

Shades of Medium Orchid #AB48D8

Tints of Medium Orchid #AB48D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 47.06%

R = 37.25%
G = 15.69%
B = 47.06%

CMYK

 C value IS 0.21

 M value IS 0.67

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AB48D8 (or 0xAB48D8) is known color: Medium Orchid. HEX triplet: AB, 48 and D8. RGB value is (171,72,216). Sum of RGB (Red+Green+Blue) = 171+72+216=459 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.25% from 459); Green value is 72 (28.52% from 255 or 15.69% from 459); Blue value is 216 (84.77% from 255 or 47.06% from 459); Max value from RGB is 216 - color contains mainly: blue. Hex color #AB48D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB48D8 is #54B727. Grayscale: #757575. Windows color (decimal): -5551912 or 14174379. OLE color: 14174379.

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

Color convert

RGB 171 72 216 -
CMYK 0.21 0.67 0 0.15
HSL 281.25º 0.65% 0.56% -
HSV(B) 281.25º 0.67% 0.85% -
XYZ 31.51 18.25 66.83 -
YUV 118.02 183.3 165.79 -
System Red Green Blue C M Y K H S L
Decimal 171 72 216 0.21 0.67 0 0.15 281.25 0.65 0.56
Hex AB 48 D8 15 43 0 F 119 41 38
Octal 253 110 330 25 103 0 17 431 101 70
Binary 10101011 1001000 11011000 10101 1000011 0 1111 100011001 1000001 111000

Color Harmonies of #AB48D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB48D8

Black with #AB48D8

Text Example


Text Example

White with #AB48D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB48D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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