Html Css Color HEX #AB41DC Medium Orchid

📋 copy color: '#AB41DC'

red 171 ◦ green 65 ◦ blue 220

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

Shades of Medium Orchid #AB41DC

Tints of Medium Orchid #AB41DC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.25%

 BLUE value IS 220 (86.33% from 255) = 48.25%

R = 37.5%
G = 14.25%
B = 48.25%

CMYK

 C value IS 0.22

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB41DC (or 0xAB41DC) is known color: Medium Orchid. HEX triplet: AB, 41 and DC. RGB value is (171,65,220). Sum of RGB (Red+Green+Blue) = 171+65+220=456 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.5% from 456); Green value is 65 (25.78% from 255 or 14.25% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB41DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB41DC is #54BE23. Grayscale: #717171. Windows color (decimal): -5553700 or 14434731. OLE color: 14434731.

HSL color Cylindrical-coordinate representation of color #AB41DC: hue angle of 281.03º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB41DC is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 65 220 -
CMYK 0.22 0.70 0 0.14
HSL 281.03º 0.69% 0.56% -
HSV(B) 281.03º 0.7% 0.86% -
XYZ 31.6 17.61 69.44 -
YUV 114.36 187.62 168.4 -
System Red Green Blue C M Y K H S L
Decimal 171 65 220 0.22 0.70 0 0.14 281.03 0.69 0.56
Hex AB 41 DC 16 46 0 E 119 45 38
Octal 253 101 334 26 106 0 16 431 105 70
Binary 10101011 1000001 11011100 10110 1000110 0 1110 100011001 1000101 111000

Color Harmonies of #AB41DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB41DC

Black with #AB41DC

Text Example


Text Example

White with #AB41DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB41DC; }

 p { color: rgb(171,65,220); }

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

background-color css

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

 a { background-color: rgb(171,65,220); }

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

border-color css

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

 span { border-color: rgb(171,65,220); }

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