Html Css Color HEX #AB48E6 Medium Orchid

📋 copy color: '#AB48E6'

red 171 ◦ green 72 ◦ blue 230

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

Shades of Medium Orchid #AB48E6

Tints of Medium Orchid #AB48E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 48.63%

R = 36.15%
G = 15.22%
B = 48.63%

CMYK

 C value IS 0.26

 M value IS 0.69

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AB48E6 (or 0xAB48E6) is known color: Medium Orchid. HEX triplet: AB, 48 and E6. RGB value is (171,72,230). Sum of RGB (Red+Green+Blue) = 171+72+230=473 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.15% from 473); Green value is 72 (28.52% from 255 or 15.22% from 473); Blue value is 230 (90.23% from 255 or 48.63% from 473); Max value from RGB is 230 - color contains mainly: blue. Hex color #AB48E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB48E6 is #54B719. Grayscale: #777777. Windows color (decimal): -5551898 or 15091883. OLE color: 15091883.

HSL color Cylindrical-coordinate representation of color #AB48E6: hue angle of 277.59º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AB48E6 is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 171 72 230 -
CMYK 0.26 0.69 0 0.10
HSL 277.59º 0.76% 0.59% -
HSV(B) 277.59º 0.69% 0.9% -
XYZ 33.39 19.01 76.77 -
YUV 119.61 190.3 164.65 -
System Red Green Blue C M Y K H S L
Decimal 171 72 230 0.26 0.69 0 0.10 277.59 0.76 0.59
Hex AB 48 E6 1A 45 0 A 116 4C 3B
Octal 253 110 346 32 105 0 12 426 114 73
Binary 10101011 1001000 11100110 11010 1000101 0 1010 100010110 1001100 111011

Color Harmonies of #AB48E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB48E6

Black with #AB48E6

Text Example


Text Example

White with #AB48E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB48E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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