Html Css Color HEX #AB63CC Medium Orchid

📋 copy color: '#AB63CC'

red 171 ◦ green 99 ◦ blue 204

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

Shades of Medium Orchid #AB63CC

Tints of Medium Orchid #AB63CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.04%

R = 36.08%
G = 20.89%
B = 43.04%

CMYK

 C value IS 0.16

 M value IS 0.51

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AB63CC (or 0xAB63CC) is known color: Medium Orchid. HEX triplet: AB, 63 and CC. RGB value is (171,99,204). Sum of RGB (Red+Green+Blue) = 171+99+204=474 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.08% from 474); Green value is 99 (39.06% from 255 or 20.89% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB63CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB63CC is #549C33. Grayscale: #848484. Windows color (decimal): -5545012 or 13394859. OLE color: 13394859.

HSL color Cylindrical-coordinate representation of color #AB63CC: hue angle of 281.14º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AB63CC is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 171 99 204 -
CMYK 0.16 0.51 0 0.2
HSL 281.14º 0.51% 0.59% -
HSV(B) 281.14º 0.51% 0.8% -
XYZ 32.16 21.94 59.67 -
YUV 132.5 168.35 155.46 -
System Red Green Blue C M Y K H S L
Decimal 171 99 204 0.16 0.51 0 0.2 281.14 0.51 0.59
Hex AB 63 CC 10 33 0 14 119 33 3B
Octal 253 143 314 20 63 0 24 431 63 73
Binary 10101011 1100011 11001100 10000 110011 0 10100 100011001 110011 111011

Color Harmonies of #AB63CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB63CC

Black with #AB63CC

Text Example


Text Example

White with #AB63CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB63CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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