Html Css Color HEX #AB4DCA Medium Orchid

📋 copy color: '#AB4DCA'

red 171 ◦ green 77 ◦ blue 202

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

Shades of Medium Orchid #AB4DCA

Tints of Medium Orchid #AB4DCA

RGB

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

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

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

R = 38%
G = 17.11%
B = 44.89%

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

#AB4DCA (or 0xAB4DCA) is known color: Medium Orchid. HEX triplet: AB, 4D and CA. RGB value is (171,77,202). Sum of RGB (Red+Green+Blue) = 171+77+202=450 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38% from 450); Green value is 77 (30.47% from 255 or 17.11% from 450); Blue value is 202 (79.30% from 255 or 44.89% from 450); Max value from RGB is 202 - color contains mainly: blue. Hex color #AB4DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB4DCA is #54B235. Grayscale: #767676. Windows color (decimal): -5550646 or 13258155. OLE color: 13258155.

HSL color Cylindrical-coordinate representation of color #AB4DCA: hue angle of 285.12º 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 #AB4DCA is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 171 77 202 -
CMYK 0.15 0.62 0 0.21
HSL 285.12º 0.54% 0.55% -
HSV(B) 285.12º 0.62% 0.79% -
XYZ 30.11 18.23 57.81 -
YUV 119.36 174.64 164.84 -
System Red Green Blue C M Y K H S L
Decimal 171 77 202 0.15 0.62 0 0.21 285.12 0.54 0.55
Hex AB 4D CA F 3E 0 15 11D 36 37
Octal 253 115 312 17 76 0 25 435 66 67
Binary 10101011 1001101 11001010 1111 111110 0 10101 100011101 110110 110111

Color Harmonies of #AB4DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4DCA

Black with #AB4DCA

Text Example


Text Example

White with #AB4DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4DCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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