Html Css Color HEX #AB4CCA Medium Orchid

📋 copy color: '#AB4CCA'

red 171 ◦ green 76 ◦ blue 202

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

Shades of Medium Orchid #AB4CCA

Tints of Medium Orchid #AB4CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.99%

R = 38.08%
G = 16.93%
B = 44.99%

CMYK

 C value IS 0.15

 M value IS 0.62

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AB4CCA (or 0xAB4CCA) is known color: Medium Orchid. HEX triplet: AB, 4C and CA. RGB value is (171,76,202). Sum of RGB (Red+Green+Blue) = 171+76+202=449 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.08% from 449); Green value is 76 (30.08% from 255 or 16.93% from 449); Blue value is 202 (79.30% from 255 or 44.99% from 449); Max value from RGB is 202 - color contains mainly: blue. Hex color #AB4CCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB4CCA is #54B335. Grayscale: #767676. Windows color (decimal): -5550902 or 13257899. OLE color: 13257899.

HSL color Cylindrical-coordinate representation of color #AB4CCA: hue angle of 285.24º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AB4CCA is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 171 76 202 -
CMYK 0.15 0.62 0 0.21
HSL 285.24º 0.54% 0.55% -
HSV(B) 285.24º 0.62% 0.79% -
XYZ 30.04 18.09 57.79 -
YUV 118.77 174.97 165.25 -
System Red Green Blue C M Y K H S L
Decimal 171 76 202 0.15 0.62 0 0.21 285.24 0.54 0.55
Hex AB 4C CA F 3E 0 15 11D 36 37
Octal 253 114 312 17 76 0 25 435 66 67
Binary 10101011 1001100 11001010 1111 111110 0 10101 100011101 110110 110111

Color Harmonies of #AB4CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4CCA

Black with #AB4CCA

Text Example


Text Example

White with #AB4CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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