Html Css Color HEX #AB60CF Medium Orchid

📋 copy color: '#AB60CF'

red 171 ◦ green 96 ◦ blue 207

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

Shades of Medium Orchid #AB60CF

Tints of Medium Orchid #AB60CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.67%

R = 36.08%
G = 20.25%
B = 43.67%

CMYK

 C value IS 0.17

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AB60CF (or 0xAB60CF) is known color: Medium Orchid. HEX triplet: AB, 60 and CF. RGB value is (171,96,207). Sum of RGB (Red+Green+Blue) = 171+96+207=474 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.08% from 474); Green value is 96 (37.89% from 255 or 20.25% from 474); Blue value is 207 (81.25% from 255 or 43.67% from 474); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB60CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB60CF is #549F30. Grayscale: #828282. Windows color (decimal): -5545777 or 13590699. OLE color: 13590699.

HSL color Cylindrical-coordinate representation of color #AB60CF: hue angle of 280.54º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AB60CF is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 96 207 -
CMYK 0.17 0.54 0 0.19
HSL 280.54º 0.54% 0.59% -
HSV(B) 280.54º 0.54% 0.81% -
XYZ 32.24 21.53 61.49 -
YUV 131.08 170.85 156.47 -
System Red Green Blue C M Y K H S L
Decimal 171 96 207 0.17 0.54 0 0.19 280.54 0.54 0.59
Hex AB 60 CF 11 36 0 13 119 36 3B
Octal 253 140 317 21 66 0 23 431 66 73
Binary 10101011 1100000 11001111 10001 110110 0 10011 100011001 110110 111011

Color Harmonies of #AB60CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB60CF

Black with #AB60CF

Text Example


Text Example

White with #AB60CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB60CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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