Html Css Color HEX #AB48C7 Medium Orchid

📋 copy color: '#AB48C7'

red 171 ◦ green 72 ◦ blue 199

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

Shades of Medium Orchid #AB48C7

Tints of Medium Orchid #AB48C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 45.02%

R = 38.69%
G = 16.29%
B = 45.02%

CMYK

 C value IS 0.14

 M value IS 0.64

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AB48C7 (or 0xAB48C7) is known color: Medium Orchid. HEX triplet: AB, 48 and C7. RGB value is (171,72,199). Sum of RGB (Red+Green+Blue) = 171+72+199=442 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.69% from 442); Green value is 72 (28.52% from 255 or 16.29% from 442); Blue value is 199 (78.12% from 255 or 45.02% from 442); Max value from RGB is 199 - color contains mainly: blue. Hex color #AB48C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB48C7 is #54B738. Grayscale: #737373. Windows color (decimal): -5551929 or 13060267. OLE color: 13060267.

HSL color Cylindrical-coordinate representation of color #AB48C7: hue angle of 286.77º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AB48C7 is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 171 72 199 -
CMYK 0.14 0.64 0 0.22
HSL 286.77º 0.53% 0.53% -
HSV(B) 286.77º 0.64% 0.78% -
XYZ 29.42 17.42 55.84 -
YUV 116.08 174.8 167.17 -
System Red Green Blue C M Y K H S L
Decimal 171 72 199 0.14 0.64 0 0.22 286.77 0.53 0.53
Hex AB 48 C7 E 40 0 16 11F 35 35
Octal 253 110 307 16 100 0 26 437 65 65
Binary 10101011 1001000 11000111 1110 1000000 0 10110 100011111 110101 110101

Color Harmonies of #AB48C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB48C7

Black with #AB48C7

Text Example


Text Example

White with #AB48C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB48C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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