Html Css Color HEX #AB63C8 Medium Orchid

📋 copy color: '#AB63C8'

red 171 ◦ green 99 ◦ blue 200

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

Shades of Medium Orchid #AB63C8

Tints of Medium Orchid #AB63C8

RGB

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

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

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

R = 36.38%
G = 21.06%
B = 42.55%

CMYK

 C value IS 0.14

 M value IS 0.50

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AB63C8 (or 0xAB63C8) is known color: Medium Orchid. HEX triplet: AB, 63 and C8. RGB value is (171,99,200). Sum of RGB (Red+Green+Blue) = 171+99+200=470 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.38% from 470); Green value is 99 (39.06% from 255 or 21.06% from 470); Blue value is 200 (78.52% from 255 or 42.55% from 470); Max value from RGB is 200 - color contains mainly: blue. Hex color #AB63C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB63C8 is #549C37. Grayscale: #838383. Windows color (decimal): -5545016 or 13132715. OLE color: 13132715.

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

Color convert

RGB 171 99 200 -
CMYK 0.14 0.50 0 0.22
HSL 282.77º 0.48% 0.59% -
HSV(B) 282.77º 0.51% 0.78% -
XYZ 31.68 21.75 57.17 -
YUV 132.04 166.35 155.79 -
System Red Green Blue C M Y K H S L
Decimal 171 99 200 0.14 0.50 0 0.22 282.77 0.48 0.59
Hex AB 63 C8 E 32 0 16 11B 30 3B
Octal 253 143 310 16 62 0 26 433 60 73
Binary 10101011 1100011 11001000 1110 110010 0 10110 100011011 110000 111011

Color Harmonies of #AB63C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB63C8

Black with #AB63C8

Text Example


Text Example

White with #AB63C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB63C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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