Html Css Color HEX #AB53CC Medium Orchid

📋 copy color: '#AB53CC'

red 171 ◦ green 83 ◦ blue 204

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

Shades of Medium Orchid #AB53CC

Tints of Medium Orchid #AB53CC

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.12%

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

R = 37.34%
G = 18.12%
B = 44.54%

CMYK

 C value IS 0.16

 M value IS 0.59

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AB53CC (or 0xAB53CC) is known color: Medium Orchid. HEX triplet: AB, 53 and CC. RGB value is (171,83,204). Sum of RGB (Red+Green+Blue) = 171+83+204=458 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.34% from 458); Green value is 83 (32.81% from 255 or 18.12% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB53CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB53CC is #54AC33. Grayscale: #7A7A7A. Windows color (decimal): -5549108 or 13390763. OLE color: 13390763.

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

Color convert

RGB 171 83 204 -
CMYK 0.16 0.59 0 0.2
HSL 283.64º 0.54% 0.56% -
HSV(B) 283.64º 0.59% 0.8% -
XYZ 30.79 19.2 59.21 -
YUV 123.11 173.65 162.16 -
System Red Green Blue C M Y K H S L
Decimal 171 83 204 0.16 0.59 0 0.2 283.64 0.54 0.56
Hex AB 53 CC 10 3B 0 14 11C 36 38
Octal 253 123 314 20 73 0 24 434 66 70
Binary 10101011 1010011 11001100 10000 111011 0 10100 100011100 110110 111000

Color Harmonies of #AB53CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB53CC

Black with #AB53CC

Text Example


Text Example

White with #AB53CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB53CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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