Html Css Color HEX #AB60C9 Medium Orchid

📋 copy color: '#AB60C9'

red 171 ◦ green 96 ◦ blue 201

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

Shades of Medium Orchid #AB60C9

Tints of Medium Orchid #AB60C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 42.95%

R = 36.54%
G = 20.51%
B = 42.95%

CMYK

 C value IS 0.15

 M value IS 0.52

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AB60C9 (or 0xAB60C9) is known color: Medium Orchid. HEX triplet: AB, 60 and C9. RGB value is (171,96,201). Sum of RGB (Red+Green+Blue) = 171+96+201=468 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.54% from 468); Green value is 96 (37.89% from 255 or 20.51% from 468); Blue value is 201 (78.91% from 255 or 42.95% from 468); Max value from RGB is 201 - color contains mainly: blue. Hex color #AB60C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB60C9 is #549F36. Grayscale: #828282. Windows color (decimal): -5545783 or 13197483. OLE color: 13197483.

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

Color convert

RGB 171 96 201 -
CMYK 0.15 0.52 0 0.21
HSL 282.86º 0.49% 0.58% -
HSV(B) 282.86º 0.52% 0.79% -
XYZ 31.52 21.24 57.7 -
YUV 130.4 167.85 156.96 -
System Red Green Blue C M Y K H S L
Decimal 171 96 201 0.15 0.52 0 0.21 282.86 0.49 0.58
Hex AB 60 C9 F 34 0 15 11B 31 3A
Octal 253 140 311 17 64 0 25 433 61 72
Binary 10101011 1100000 11001001 1111 110100 0 10101 100011011 110001 111010

Color Harmonies of #AB60C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB60C9

Black with #AB60C9

Text Example


Text Example

White with #AB60C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB60C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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