Html Css Color HEX #AB60CC Medium Orchid

📋 copy color: '#AB60CC'

red 171 ◦ green 96 ◦ blue 204

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

Shades of Medium Orchid #AB60CC

Tints of Medium Orchid #AB60CC

RGB

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

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

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

R = 36.31%
G = 20.38%
B = 43.31%

CMYK

 C value IS 0.16

 M value IS 0.53

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AB60CC (or 0xAB60CC) is known color: Medium Orchid. HEX triplet: AB, 60 and CC. RGB value is (171,96,204). Sum of RGB (Red+Green+Blue) = 171+96+204=471 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.31% from 471); Green value is 96 (37.89% from 255 or 20.38% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB60CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB60CC is #549F33. Grayscale: #828282. Windows color (decimal): -5545780 or 13394091. OLE color: 13394091.

HSL color Cylindrical-coordinate representation of color #AB60CC: hue angle of 281.67º degrees, saturation: 0.51, 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 #AB60CC is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 171 96 204 -
CMYK 0.16 0.53 0 0.2
HSL 281.67º 0.51% 0.59% -
HSV(B) 281.67º 0.53% 0.8% -
XYZ 31.88 21.38 59.57 -
YUV 130.74 169.35 156.72 -
System Red Green Blue C M Y K H S L
Decimal 171 96 204 0.16 0.53 0 0.2 281.67 0.51 0.59
Hex AB 60 CC 10 35 0 14 11A 33 3B
Octal 253 140 314 20 65 0 24 432 63 73
Binary 10101011 1100000 11001100 10000 110101 0 10100 100011010 110011 111011

Color Harmonies of #AB60CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB60CC

Black with #AB60CC

Text Example


Text Example

White with #AB60CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB60CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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