Html Css Color HEX #AB4CDC Medium Orchid

📋 copy color: '#AB4CDC'

red 171 ◦ green 76 ◦ blue 220

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

Shades of Medium Orchid #AB4CDC

Tints of Medium Orchid #AB4CDC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.27%

 BLUE value IS 220 (86.33% from 255) = 47.11%

R = 36.62%
G = 16.27%
B = 47.11%

CMYK

 C value IS 0.22

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB4CDC (or 0xAB4CDC) is known color: Medium Orchid. HEX triplet: AB, 4C and DC. RGB value is (171,76,220). Sum of RGB (Red+Green+Blue) = 171+76+220=467 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.62% from 467); Green value is 76 (30.08% from 255 or 16.27% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB4CDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB4CDC is #54B323. Grayscale: #787878. Windows color (decimal): -5550884 or 14437547. OLE color: 14437547.

HSL color Cylindrical-coordinate representation of color #AB4CDC: hue angle of 279.58º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AB4CDC is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 76 220 -
CMYK 0.22 0.65 0 0.14
HSL 279.58º 0.67% 0.58% -
HSV(B) 279.58º 0.65% 0.86% -
XYZ 32.3 18.99 69.67 -
YUV 120.82 183.97 163.79 -
System Red Green Blue C M Y K H S L
Decimal 171 76 220 0.22 0.65 0 0.14 279.58 0.67 0.58
Hex AB 4C DC 16 41 0 E 118 43 3A
Octal 253 114 334 26 101 0 16 430 103 72
Binary 10101011 1001100 11011100 10110 1000001 0 1110 100011000 1000011 111010

Color Harmonies of #AB4CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4CDC

Black with #AB4CDC

Text Example


Text Example

White with #AB4CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4CDC; }

 p { color: rgb(171,76,220); }

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

background-color css

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

 a { background-color: rgb(171,76,220); }

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

border-color css

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

 span { border-color: rgb(171,76,220); }

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