Html Css Color HEX #AB4DCF Medium Orchid

📋 copy color: '#AB4DCF'

red 171 ◦ green 77 ◦ blue 207

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

Shades of Medium Orchid #AB4DCF

Tints of Medium Orchid #AB4DCF

RGB

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

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

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

R = 37.58%
G = 16.92%
B = 45.49%

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

#AB4DCF (or 0xAB4DCF) is known color: Medium Orchid. HEX triplet: AB, 4D and CF. RGB value is (171,77,207). Sum of RGB (Red+Green+Blue) = 171+77+207=455 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.58% from 455); Green value is 77 (30.47% from 255 or 16.92% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB4DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB4DCF is #54B230. Grayscale: #777777. Windows color (decimal): -5550641 or 13585835. OLE color: 13585835.

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

Color convert

RGB 171 77 207 -
CMYK 0.17 0.63 0 0.19
HSL 283.38º 0.58% 0.56% -
HSV(B) 283.38º 0.63% 0.81% -
XYZ 30.71 18.47 60.98 -
YUV 119.93 177.14 164.43 -
System Red Green Blue C M Y K H S L
Decimal 171 77 207 0.17 0.63 0 0.19 283.38 0.58 0.56
Hex AB 4D CF 11 3F 0 13 11B 3A 38
Octal 253 115 317 21 77 0 23 433 72 70
Binary 10101011 1001101 11001111 10001 111111 0 10011 100011011 111010 111000

Color Harmonies of #AB4DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4DCF

Black with #AB4DCF

Text Example


Text Example

White with #AB4DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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