Html Css Color HEX #AB60CD Medium Orchid

📋 copy color: '#AB60CD'

red 171 ◦ green 96 ◦ blue 205

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

Shades of Medium Orchid #AB60CD

Tints of Medium Orchid #AB60CD

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.34%

 BLUE value IS 205 (80.47% from 255) = 43.43%

R = 36.23%
G = 20.34%
B = 43.43%

CMYK

 C value IS 0.17

 M value IS 0.53

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AB60CD (or 0xAB60CD) is known color: Medium Orchid. HEX triplet: AB, 60 and CD. RGB value is (171,96,205). Sum of RGB (Red+Green+Blue) = 171+96+205=472 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.23% from 472); Green value is 96 (37.89% from 255 or 20.34% from 472); Blue value is 205 (80.47% from 255 or 43.43% from 472); Max value from RGB is 205 - color contains mainly: blue. Hex color #AB60CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB60CD is #549F32. Grayscale: #828282. Windows color (decimal): -5545779 or 13459627. OLE color: 13459627.

HSL color Cylindrical-coordinate representation of color #AB60CD: hue angle of 281.28º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AB60CD is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 171 96 205 -
CMYK 0.17 0.53 0 0.20
HSL 281.28º 0.52% 0.59% -
HSV(B) 281.28º 0.53% 0.8% -
XYZ 32 21.43 60.21 -
YUV 130.85 169.85 156.64 -
System Red Green Blue C M Y K H S L
Decimal 171 96 205 0.17 0.53 0 0.20 281.28 0.52 0.59
Hex AB 60 CD 11 35 0 14 119 34 3B
Octal 253 140 315 21 65 0 24 431 64 73
Binary 10101011 1100000 11001101 10001 110101 0 10100 100011001 110100 111011

Color Harmonies of #AB60CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB60CD

Black with #AB60CD

Text Example


Text Example

White with #AB60CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB60CD; }

 p { color: rgb(171,96,205); }

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

background-color css

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

 a { background-color: rgb(171,96,205); }

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

border-color css

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

 span { border-color: rgb(171,96,205); }

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