Html Css Color HEX #AB45C8 Medium Orchid

📋 copy color: '#AB45C8'

red 171 ◦ green 69 ◦ blue 200

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

Shades of Medium Orchid #AB45C8

Tints of Medium Orchid #AB45C8

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.68%

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

R = 38.86%
G = 15.68%
B = 45.45%

CMYK

 C value IS 0.14

 M value IS 0.66

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AB45C8 (or 0xAB45C8) is known color: Medium Orchid. HEX triplet: AB, 45 and C8. RGB value is (171,69,200). Sum of RGB (Red+Green+Blue) = 171+69+200=440 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.86% from 440); Green value is 69 (27.34% from 255 or 15.68% from 440); Blue value is 200 (78.52% from 255 or 45.45% from 440); Max value from RGB is 200 - color contains mainly: blue. Hex color #AB45C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB45C8 is #54BA37. Grayscale: #727272. Windows color (decimal): -5552696 or 13125035. OLE color: 13125035.

HSL color Cylindrical-coordinate representation of color #AB45C8: hue angle of 286.72º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AB45C8 is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 171 69 200 -
CMYK 0.14 0.66 0 0.22
HSL 286.72º 0.54% 0.53% -
HSV(B) 286.72º 0.66% 0.78% -
XYZ 29.35 17.08 56.39 -
YUV 114.43 176.29 168.35 -
System Red Green Blue C M Y K H S L
Decimal 171 69 200 0.14 0.66 0 0.22 286.72 0.54 0.53
Hex AB 45 C8 E 42 0 16 11F 36 35
Octal 253 105 310 16 102 0 26 437 66 65
Binary 10101011 1000101 11001000 1110 1000010 0 10110 100011111 110110 110101

Color Harmonies of #AB45C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB45C8

Black with #AB45C8

Text Example


Text Example

White with #AB45C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB45C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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