Html Css Color HEX #AB53CA Medium Orchid

📋 copy color: '#AB53CA'

red 171 ◦ green 83 ◦ blue 202

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

Shades of Medium Orchid #AB53CA

Tints of Medium Orchid #AB53CA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.2%

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

R = 37.5%
G = 18.2%
B = 44.3%

CMYK

 C value IS 0.15

 M value IS 0.59

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AB53CA (or 0xAB53CA) is known color: Medium Orchid. HEX triplet: AB, 53 and CA. RGB value is (171,83,202). Sum of RGB (Red+Green+Blue) = 171+83+202=456 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.5% from 456); Green value is 83 (32.81% from 255 or 18.20% from 456); Blue value is 202 (79.30% from 255 or 44.30% from 456); Max value from RGB is 202 - color contains mainly: blue. Hex color #AB53CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB53CA is #54AC35. Grayscale: #7A7A7A. Windows color (decimal): -5549110 or 13259691. OLE color: 13259691.

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

Color convert

RGB 171 83 202 -
CMYK 0.15 0.59 0 0.21
HSL 284.37º 0.53% 0.56% -
HSV(B) 284.37º 0.59% 0.79% -
XYZ 30.55 19.11 57.96 -
YUV 122.88 172.65 162.32 -
System Red Green Blue C M Y K H S L
Decimal 171 83 202 0.15 0.59 0 0.21 284.37 0.53 0.56
Hex AB 53 CA F 3B 0 15 11C 35 38
Octal 253 123 312 17 73 0 25 434 65 70
Binary 10101011 1010011 11001010 1111 111011 0 10101 100011100 110101 111000

Color Harmonies of #AB53CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB53CA

Black with #AB53CA

Text Example


Text Example

White with #AB53CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB53CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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