Html Css Color HEX #AB63C5 Medium Orchid

📋 copy color: '#AB63C5'

red 171 ◦ green 99 ◦ blue 197

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

Shades of Medium Orchid #AB63C5

Tints of Medium Orchid #AB63C5

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.2%

 BLUE value IS 197 (77.34% from 255) = 42.18%

R = 36.62%
G = 21.2%
B = 42.18%

CMYK

 C value IS 0.13

 M value IS 0.50

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AB63C5 (or 0xAB63C5) is known color: Medium Orchid. HEX triplet: AB, 63 and C5. RGB value is (171,99,197). Sum of RGB (Red+Green+Blue) = 171+99+197=467 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.62% from 467); Green value is 99 (39.06% from 255 or 21.20% from 467); Blue value is 197 (77.34% from 255 or 42.18% from 467); Max value from RGB is 197 - color contains mainly: blue. Hex color #AB63C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB63C5 is #549C3A. Grayscale: #838383. Windows color (decimal): -5545019 or 12936107. OLE color: 12936107.

HSL color Cylindrical-coordinate representation of color #AB63C5: hue angle of 284.08º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB63C5 is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 171 99 197 -
CMYK 0.13 0.50 0 0.23
HSL 284.08º 0.46% 0.58% -
HSV(B) 284.08º 0.5% 0.77% -
XYZ 31.33 21.61 55.34 -
YUV 131.7 164.85 156.03 -
System Red Green Blue C M Y K H S L
Decimal 171 99 197 0.13 0.50 0 0.23 284.08 0.46 0.58
Hex AB 63 C5 D 32 0 17 11C 2E 3A
Octal 253 143 305 15 62 0 27 434 56 72
Binary 10101011 1100011 11000101 1101 110010 0 10111 100011100 101110 111010

Color Harmonies of #AB63C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB63C5

Black with #AB63C5

Text Example


Text Example

White with #AB63C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB63C5; }

 p { color: rgb(171,99,197); }

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

background-color css

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

 a { background-color: rgb(171,99,197); }

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

border-color css

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

 span { border-color: rgb(171,99,197); }

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