Html Css Color HEX #AB49CA Medium Orchid

📋 copy color: '#AB49CA'

red 171 ◦ green 73 ◦ blue 202

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

Shades of Medium Orchid #AB49CA

Tints of Medium Orchid #AB49CA

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.37%

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

R = 38.34%
G = 16.37%
B = 45.29%

CMYK

 C value IS 0.15

 M value IS 0.64

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AB49CA (or 0xAB49CA) is known color: Medium Orchid. HEX triplet: AB, 49 and CA. RGB value is (171,73,202). Sum of RGB (Red+Green+Blue) = 171+73+202=446 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.34% from 446); Green value is 73 (28.91% from 255 or 16.37% from 446); Blue value is 202 (79.30% from 255 or 45.29% from 446); Max value from RGB is 202 - color contains mainly: blue. Hex color #AB49CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB49CA is #54B635. Grayscale: #747474. Windows color (decimal): -5551670 or 13257131. OLE color: 13257131.

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

Color convert

RGB 171 73 202 -
CMYK 0.15 0.64 0 0.21
HSL 285.58º 0.55% 0.54% -
HSV(B) 285.58º 0.64% 0.79% -
XYZ 29.84 17.69 57.72 -
YUV 117.01 175.97 166.51 -
System Red Green Blue C M Y K H S L
Decimal 171 73 202 0.15 0.64 0 0.21 285.58 0.55 0.54
Hex AB 49 CA F 40 0 15 11E 37 36
Octal 253 111 312 17 100 0 25 436 67 66
Binary 10101011 1001001 11001010 1111 1000000 0 10101 100011110 110111 110110

Color Harmonies of #AB49CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB49CA

Black with #AB49CA

Text Example


Text Example

White with #AB49CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB49CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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