Html Css Color HEX #AB48CE Medium Orchid

📋 copy color: '#AB48CE'

red 171 ◦ green 72 ◦ blue 206

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

Shades of Medium Orchid #AB48CE

Tints of Medium Orchid #AB48CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.88%

R = 38.08%
G = 16.04%
B = 45.88%

CMYK

 C value IS 0.17

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AB48CE (or 0xAB48CE) is known color: Medium Orchid. HEX triplet: AB, 48 and CE. RGB value is (171,72,206). Sum of RGB (Red+Green+Blue) = 171+72+206=449 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.08% from 449); Green value is 72 (28.52% from 255 or 16.04% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 206 - color contains mainly: blue. Hex color #AB48CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB48CE is #54B731. Grayscale: #747474. Windows color (decimal): -5551922 or 13519019. OLE color: 13519019.

HSL color Cylindrical-coordinate representation of color #AB48CE: hue angle of 284.33º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AB48CE is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 72 206 -
CMYK 0.17 0.65 0 0.19
HSL 284.33º 0.58% 0.55% -
HSV(B) 284.33º 0.65% 0.81% -
XYZ 30.25 17.75 60.22 -
YUV 116.88 178.3 166.6 -
System Red Green Blue C M Y K H S L
Decimal 171 72 206 0.17 0.65 0 0.19 284.33 0.58 0.55
Hex AB 48 CE 11 41 0 13 11C 3A 37
Octal 253 110 316 21 101 0 23 434 72 67
Binary 10101011 1001000 11001110 10001 1000001 0 10011 100011100 111010 110111

Color Harmonies of #AB48CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB48CE

Black with #AB48CE

Text Example


Text Example

White with #AB48CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB48CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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