Html Css Color HEX #AB4DCC Medium Orchid

📋 copy color: '#AB4DCC'

red 171 ◦ green 77 ◦ blue 204

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

Shades of Medium Orchid #AB4DCC

Tints of Medium Orchid #AB4DCC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.04%

 BLUE value IS 204 (80.08% from 255) = 45.13%

R = 37.83%
G = 17.04%
B = 45.13%

CMYK

 C value IS 0.16

 M value IS 0.62

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AB4DCC (or 0xAB4DCC) is known color: Medium Orchid. HEX triplet: AB, 4D and CC. RGB value is (171,77,204). Sum of RGB (Red+Green+Blue) = 171+77+204=452 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.83% from 452); Green value is 77 (30.47% from 255 or 17.04% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB4DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB4DCC is #54B233. Grayscale: #777777. Windows color (decimal): -5550644 or 13389227. OLE color: 13389227.

HSL color Cylindrical-coordinate representation of color #AB4DCC: hue angle of 284.41º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AB4DCC is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 171 77 204 -
CMYK 0.16 0.62 0 0.2
HSL 284.41º 0.55% 0.55% -
HSV(B) 284.41º 0.62% 0.8% -
XYZ 30.35 18.33 59.06 -
YUV 119.58 175.64 164.67 -
System Red Green Blue C M Y K H S L
Decimal 171 77 204 0.16 0.62 0 0.2 284.41 0.55 0.55
Hex AB 4D CC 10 3E 0 14 11C 37 37
Octal 253 115 314 20 76 0 24 434 67 67
Binary 10101011 1001101 11001100 10000 111110 0 10100 100011100 110111 110111

Color Harmonies of #AB4DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4DCC

Black with #AB4DCC

Text Example


Text Example

White with #AB4DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4DCC; }

 p { color: rgb(171,77,204); }

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

background-color css

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

 a { background-color: rgb(171,77,204); }

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

border-color css

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

 span { border-color: rgb(171,77,204); }

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