Html Css Color HEX #AB4DCD Medium Orchid

📋 copy color: '#AB4DCD'

red 171 ◦ green 77 ◦ blue 205

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

Shades of Medium Orchid #AB4DCD

Tints of Medium Orchid #AB4DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.25%

R = 37.75%
G = 17%
B = 45.25%

CMYK

 C value IS 0.17

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AB4DCD (or 0xAB4DCD) is known color: Medium Orchid. HEX triplet: AB, 4D and CD. RGB value is (171,77,205). Sum of RGB (Red+Green+Blue) = 171+77+205=453 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.75% from 453); Green value is 77 (30.47% from 255 or 17.00% from 453); Blue value is 205 (80.47% from 255 or 45.25% from 453); Max value from RGB is 205 - color contains mainly: blue. Hex color #AB4DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB4DCD is #54B232. Grayscale: #777777. Windows color (decimal): -5550643 or 13454763. OLE color: 13454763.

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

Color convert

RGB 171 77 205 -
CMYK 0.17 0.62 0 0.20
HSL 284.06º 0.56% 0.55% -
HSV(B) 284.06º 0.62% 0.8% -
XYZ 30.47 18.37 59.7 -
YUV 119.7 176.14 164.59 -
System Red Green Blue C M Y K H S L
Decimal 171 77 205 0.17 0.62 0 0.20 284.06 0.56 0.55
Hex AB 4D CD 11 3E 0 14 11C 38 37
Octal 253 115 315 21 76 0 24 434 70 67
Binary 10101011 1001101 11001101 10001 111110 0 10100 100011100 111000 110111

Color Harmonies of #AB4DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4DCD

Black with #AB4DCD

Text Example


Text Example

White with #AB4DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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