Html Css Color HEX #AB5BCA Medium Orchid

📋 copy color: '#AB5BCA'

red 171 ◦ green 91 ◦ blue 202

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

Shades of Medium Orchid #AB5BCA

Tints of Medium Orchid #AB5BCA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.61%

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

R = 36.85%
G = 19.61%
B = 43.53%

CMYK

 C value IS 0.15

 M value IS 0.55

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AB5BCA (or 0xAB5BCA) is known color: Medium Orchid. HEX triplet: AB, 5B and CA. RGB value is (171,91,202). Sum of RGB (Red+Green+Blue) = 171+91+202=464 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.85% from 464); Green value is 91 (35.94% from 255 or 19.61% from 464); Blue value is 202 (79.30% from 255 or 43.53% from 464); Max value from RGB is 202 - color contains mainly: blue. Hex color #AB5BCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5BCA is #54A435. Grayscale: #7F7F7F. Windows color (decimal): -5547062 or 13261739. OLE color: 13261739.

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

Color convert

RGB 171 91 202 -
CMYK 0.15 0.55 0 0.21
HSL 283.24º 0.51% 0.57% -
HSV(B) 283.24º 0.55% 0.79% -
XYZ 31.2 20.4 58.17 -
YUV 127.57 170 158.97 -
System Red Green Blue C M Y K H S L
Decimal 171 91 202 0.15 0.55 0 0.21 283.24 0.51 0.57
Hex AB 5B CA F 37 0 15 11B 33 39
Octal 253 133 312 17 67 0 25 433 63 71
Binary 10101011 1011011 11001010 1111 110111 0 10101 100011011 110011 111001

Color Harmonies of #AB5BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5BCA

Black with #AB5BCA

Text Example


Text Example

White with #AB5BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5BCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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