Html Css Color HEX #AB4DCE Medium Orchid

📋 copy color: '#AB4DCE'

red 171 ◦ green 77 ◦ blue 206

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

Shades of Medium Orchid #AB4DCE

Tints of Medium Orchid #AB4DCE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.96%

 BLUE value IS 206 (80.86% from 255) = 45.37%

R = 37.67%
G = 16.96%
B = 45.37%

CMYK

 C value IS 0.17

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AB4DCE (or 0xAB4DCE) is known color: Medium Orchid. HEX triplet: AB, 4D and CE. RGB value is (171,77,206). Sum of RGB (Red+Green+Blue) = 171+77+206=454 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.67% from 454); Green value is 77 (30.47% from 255 or 16.96% from 454); Blue value is 206 (80.86% from 255 or 45.37% from 454); Max value from RGB is 206 - color contains mainly: blue. Hex color #AB4DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB4DCE is #54B231. Grayscale: #777777. Windows color (decimal): -5550642 or 13520299. OLE color: 13520299.

HSL color Cylindrical-coordinate representation of color #AB4DCE: hue angle of 283.72º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB4DCE is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 77 206 -
CMYK 0.17 0.63 0 0.19
HSL 283.72º 0.57% 0.55% -
HSV(B) 283.72º 0.63% 0.81% -
XYZ 30.59 18.42 60.34 -
YUV 119.81 176.64 164.51 -
System Red Green Blue C M Y K H S L
Decimal 171 77 206 0.17 0.63 0 0.19 283.72 0.57 0.55
Hex AB 4D CE 11 3F 0 13 11C 39 37
Octal 253 115 316 21 77 0 23 434 71 67
Binary 10101011 1001101 11001110 10001 111111 0 10011 100011100 111001 110111

Color Harmonies of #AB4DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4DCE

Black with #AB4DCE

Text Example


Text Example

White with #AB4DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4DCE; }

 p { color: rgb(171,77,206); }

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

background-color css

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

 a { background-color: rgb(171,77,206); }

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

border-color css

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

 span { border-color: rgb(171,77,206); }

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