Html Css Color HEX #AB4FCC Medium Orchid

📋 copy color: '#AB4FCC'

red 171 ◦ green 79 ◦ blue 204

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

Shades of Medium Orchid #AB4FCC

Tints of Medium Orchid #AB4FCC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.4%

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

R = 37.67%
G = 17.4%
B = 44.93%

CMYK

 C value IS 0.16

 M value IS 0.61

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AB4FCC (or 0xAB4FCC) is known color: Medium Orchid. HEX triplet: AB, 4F and CC. RGB value is (171,79,204). Sum of RGB (Red+Green+Blue) = 171+79+204=454 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.67% from 454); Green value is 79 (31.25% from 255 or 17.40% from 454); Blue value is 204 (80.08% from 255 or 44.93% from 454); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB4FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB4FCC is #54B033. Grayscale: #787878. Windows color (decimal): -5550132 or 13389739. OLE color: 13389739.

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

Color convert

RGB 171 79 204 -
CMYK 0.16 0.61 0 0.2
HSL 284.16º 0.55% 0.55% -
HSV(B) 284.16º 0.61% 0.8% -
XYZ 30.49 18.61 59.11 -
YUV 120.76 174.98 163.84 -
System Red Green Blue C M Y K H S L
Decimal 171 79 204 0.16 0.61 0 0.2 284.16 0.55 0.55
Hex AB 4F CC 10 3D 0 14 11C 37 37
Octal 253 117 314 20 75 0 24 434 67 67
Binary 10101011 1001111 11001100 10000 111101 0 10100 100011100 110111 110111

Color Harmonies of #AB4FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4FCC

Black with #AB4FCC

Text Example


Text Example

White with #AB4FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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