Html Css Color HEX #AB58CC Medium Orchid

📋 copy color: '#AB58CC'

red 171 ◦ green 88 ◦ blue 204

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

Shades of Medium Orchid #AB58CC

Tints of Medium Orchid #AB58CC

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.01%

 BLUE value IS 204 (80.08% from 255) = 44.06%

R = 36.93%
G = 19.01%
B = 44.06%

CMYK

 C value IS 0.16

 M value IS 0.57

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AB58CC (or 0xAB58CC) is known color: Medium Orchid. HEX triplet: AB, 58 and CC. RGB value is (171,88,204). Sum of RGB (Red+Green+Blue) = 171+88+204=463 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.93% from 463); Green value is 88 (34.77% from 255 or 19.01% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB58CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB58CC is #54A733. Grayscale: #7D7D7D. Windows color (decimal): -5547828 or 13392043. OLE color: 13392043.

HSL color Cylindrical-coordinate representation of color #AB58CC: hue angle of 282.93º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AB58CC is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 171 88 204 -
CMYK 0.16 0.57 0 0.2
HSL 282.93º 0.53% 0.57% -
HSV(B) 282.93º 0.57% 0.8% -
XYZ 31.18 20 59.34 -
YUV 126.04 172 160.07 -
System Red Green Blue C M Y K H S L
Decimal 171 88 204 0.16 0.57 0 0.2 282.93 0.53 0.57
Hex AB 58 CC 10 39 0 14 11B 35 39
Octal 253 130 314 20 71 0 24 433 65 71
Binary 10101011 1011000 11001100 10000 111001 0 10100 100011011 110101 111001

Color Harmonies of #AB58CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB58CC

Black with #AB58CC

Text Example


Text Example

White with #AB58CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB58CC; }

 p { color: rgb(171,88,204); }

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

background-color css

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

 a { background-color: rgb(171,88,204); }

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

border-color css

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

 span { border-color: rgb(171,88,204); }

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