Html Css Color HEX #AB53C8 Medium Orchid

📋 copy color: '#AB53C8'

red 171 ◦ green 83 ◦ blue 200

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

Shades of Medium Orchid #AB53C8

Tints of Medium Orchid #AB53C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 44.05%

R = 37.67%
G = 18.28%
B = 44.05%

CMYK

 C value IS 0.14

 M value IS 0.58

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AB53C8 (or 0xAB53C8) is known color: Medium Orchid. HEX triplet: AB, 53 and C8. RGB value is (171,83,200). Sum of RGB (Red+Green+Blue) = 171+83+200=454 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.67% from 454); Green value is 83 (32.81% from 255 or 18.28% from 454); Blue value is 200 (78.52% from 255 or 44.05% from 454); Max value from RGB is 200 - color contains mainly: blue. Hex color #AB53C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB53C8 is #54AC37. Grayscale: #7A7A7A. Windows color (decimal): -5549112 or 13128619. OLE color: 13128619.

HSL color Cylindrical-coordinate representation of color #AB53C8: hue angle of 285.13º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AB53C8 is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 171 83 200 -
CMYK 0.14 0.58 0 0.22
HSL 285.13º 0.52% 0.55% -
HSV(B) 285.13º 0.59% 0.78% -
XYZ 30.31 19.01 56.72 -
YUV 122.65 171.65 162.49 -
System Red Green Blue C M Y K H S L
Decimal 171 83 200 0.14 0.58 0 0.22 285.13 0.52 0.55
Hex AB 53 C8 E 3A 0 16 11D 34 37
Octal 253 123 310 16 72 0 26 435 64 67
Binary 10101011 1010011 11001000 1110 111010 0 10110 100011101 110100 110111

Color Harmonies of #AB53C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB53C8

Black with #AB53C8

Text Example


Text Example

White with #AB53C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB53C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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