Html Css Color HEX #AB48C4 Medium Orchid

📋 copy color: '#AB48C4'

red 171 ◦ green 72 ◦ blue 196

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

Shades of Medium Orchid #AB48C4

Tints of Medium Orchid #AB48C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 44.65%

R = 38.95%
G = 16.4%
B = 44.65%

CMYK

 C value IS 0.13

 M value IS 0.63

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AB48C4 (or 0xAB48C4) is known color: Medium Orchid. HEX triplet: AB, 48 and C4. RGB value is (171,72,196). Sum of RGB (Red+Green+Blue) = 171+72+196=439 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.95% from 439); Green value is 72 (28.52% from 255 or 16.40% from 439); Blue value is 196 (76.95% from 255 or 44.65% from 439); Max value from RGB is 196 - color contains mainly: blue. Hex color #AB48C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB48C4 is #54B73B. Grayscale: #737373. Windows color (decimal): -5551932 or 12863659. OLE color: 12863659.

HSL color Cylindrical-coordinate representation of color #AB48C4: hue angle of 287.9º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB48C4 is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 171 72 196 -
CMYK 0.13 0.63 0 0.23
HSL 287.9º 0.51% 0.53% -
HSV(B) 287.9º 0.63% 0.77% -
XYZ 29.08 17.28 54.03 -
YUV 115.74 173.3 167.42 -
System Red Green Blue C M Y K H S L
Decimal 171 72 196 0.13 0.63 0 0.23 287.9 0.51 0.53
Hex AB 48 C4 D 3F 0 17 120 33 35
Octal 253 110 304 15 77 0 27 440 63 65
Binary 10101011 1001000 11000100 1101 111111 0 10111 100100000 110011 110101

Color Harmonies of #AB48C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB48C4

Black with #AB48C4

Text Example


Text Example

White with #AB48C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB48C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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