Html Css Color HEX #AB42D1 Medium Orchid

📋 copy color: '#AB42D1'

red 171 ◦ green 66 ◦ blue 209

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

Shades of Medium Orchid #AB42D1

Tints of Medium Orchid #AB42D1

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.8%

 BLUE value IS 209 (82.03% from 255) = 46.86%

R = 38.34%
G = 14.8%
B = 46.86%

CMYK

 C value IS 0.18

 M value IS 0.68

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AB42D1 (or 0xAB42D1) is known color: Medium Orchid. HEX triplet: AB, 42 and D1. RGB value is (171,66,209). Sum of RGB (Red+Green+Blue) = 171+66+209=446 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.34% from 446); Green value is 66 (26.17% from 255 or 14.80% from 446); Blue value is 209 (82.03% from 255 or 46.86% from 446); Max value from RGB is 209 - color contains mainly: blue. Hex color #AB42D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB42D1 is #54BD2E. Grayscale: #717171. Windows color (decimal): -5553455 or 13714091. OLE color: 13714091.

HSL color Cylindrical-coordinate representation of color #AB42D1: hue angle of 284.06º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AB42D1 is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 171 66 209 -
CMYK 0.18 0.68 0 0.18
HSL 284.06º 0.61% 0.54% -
HSV(B) 284.06º 0.68% 0.82% -
XYZ 30.25 17.16 62.04 -
YUV 113.7 181.79 168.87 -
System Red Green Blue C M Y K H S L
Decimal 171 66 209 0.18 0.68 0 0.18 284.06 0.61 0.54
Hex AB 42 D1 12 44 0 12 11C 3D 36
Octal 253 102 321 22 104 0 22 434 75 66
Binary 10101011 1000010 11010001 10010 1000100 0 10010 100011100 111101 110110

Color Harmonies of #AB42D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB42D1

Black with #AB42D1

Text Example


Text Example

White with #AB42D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB42D1; }

 p { color: rgb(171,66,209); }

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

background-color css

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

 a { background-color: rgb(171,66,209); }

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

border-color css

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

 span { border-color: rgb(171,66,209); }

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