Html Css Color HEX #AB4ECF Medium Orchid

📋 copy color: '#AB4ECF'

red 171 ◦ green 78 ◦ blue 207

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

Shades of Medium Orchid #AB4ECF

Tints of Medium Orchid #AB4ECF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.11%

 BLUE value IS 207 (81.25% from 255) = 45.39%

R = 37.5%
G = 17.11%
B = 45.39%

CMYK

 C value IS 0.17

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AB4ECF (or 0xAB4ECF) is known color: Medium Orchid. HEX triplet: AB, 4E and CF. RGB value is (171,78,207). Sum of RGB (Red+Green+Blue) = 171+78+207=456 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.5% from 456); Green value is 78 (30.86% from 255 or 17.11% from 456); Blue value is 207 (81.25% from 255 or 45.39% from 456); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB4ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB4ECF is #54B130. Grayscale: #787878. Windows color (decimal): -5550385 or 13586091. OLE color: 13586091.

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

Color convert

RGB 171 78 207 -
CMYK 0.17 0.62 0 0.19
HSL 283.26º 0.57% 0.56% -
HSV(B) 283.26º 0.62% 0.81% -
XYZ 30.78 18.61 61 -
YUV 120.51 176.81 164.01 -
System Red Green Blue C M Y K H S L
Decimal 171 78 207 0.17 0.62 0 0.19 283.26 0.57 0.56
Hex AB 4E CF 11 3E 0 13 11B 39 38
Octal 253 116 317 21 76 0 23 433 71 70
Binary 10101011 1001110 11001111 10001 111110 0 10011 100011011 111001 111000

Color Harmonies of #AB4ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4ECF

Black with #AB4ECF

Text Example


Text Example

White with #AB4ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4ECF; }

 p { color: rgb(171,78,207); }

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

background-color css

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

 a { background-color: rgb(171,78,207); }

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

border-color css

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

 span { border-color: rgb(171,78,207); }

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