Html Css Color HEX #AB55C8 Medium Orchid

📋 copy color: '#AB55C8'

red 171 ◦ green 85 ◦ blue 200

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

Shades of Medium Orchid #AB55C8

Tints of Medium Orchid #AB55C8

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.64%

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

R = 37.5%
G = 18.64%
B = 43.86%

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

#AB55C8 (or 0xAB55C8) is known color: Medium Orchid. HEX triplet: AB, 55 and C8. RGB value is (171,85,200). Sum of RGB (Red+Green+Blue) = 171+85+200=456 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.5% from 456); Green value is 85 (33.59% from 255 or 18.64% from 456); Blue value is 200 (78.52% from 255 or 43.86% from 456); Max value from RGB is 200 - color contains mainly: blue. Hex color #AB55C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB55C8 is #54AA37. Grayscale: #7B7B7B. Windows color (decimal): -5548600 or 13129131. OLE color: 13129131.

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

Color convert

RGB 171 85 200 -
CMYK 0.14 0.58 0 0.22
HSL 284.87º 0.51% 0.56% -
HSV(B) 284.87º 0.58% 0.78% -
XYZ 30.47 19.33 56.77 -
YUV 123.82 170.99 161.65 -
System Red Green Blue C M Y K H S L
Decimal 171 85 200 0.14 0.58 0 0.22 284.87 0.51 0.56
Hex AB 55 C8 E 3A 0 16 11D 33 38
Octal 253 125 310 16 72 0 26 435 63 70
Binary 10101011 1010101 11001000 1110 111010 0 10110 100011101 110011 111000

Color Harmonies of #AB55C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB55C8

Black with #AB55C8

Text Example


Text Example

White with #AB55C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB55C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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