Html Css Color HEX #AB41DD Medium Orchid

📋 copy color: '#AB41DD'

red 171 ◦ green 65 ◦ blue 221

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

Shades of Medium Orchid #AB41DD

Tints of Medium Orchid #AB41DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.36%

R = 37.42%
G = 14.22%
B = 48.36%

CMYK

 C value IS 0.23

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AB41DD (or 0xAB41DD) is known color: Medium Orchid. HEX triplet: AB, 41 and DD. RGB value is (171,65,221). Sum of RGB (Red+Green+Blue) = 171+65+221=457 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.42% from 457); Green value is 65 (25.78% from 255 or 14.22% from 457); Blue value is 221 (86.72% from 255 or 48.36% from 457); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB41DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB41DD is #54BE22. Grayscale: #717171. Windows color (decimal): -5553699 or 14500267. OLE color: 14500267.

HSL color Cylindrical-coordinate representation of color #AB41DD: hue angle of 280.77º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AB41DD is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 65 221 -
CMYK 0.23 0.71 0 0.13
HSL 280.77º 0.7% 0.56% -
HSV(B) 280.77º 0.71% 0.87% -
XYZ 31.74 17.66 70.14 -
YUV 114.48 188.12 168.32 -
System Red Green Blue C M Y K H S L
Decimal 171 65 221 0.23 0.71 0 0.13 280.77 0.7 0.56
Hex AB 41 DD 17 47 0 D 119 46 38
Octal 253 101 335 27 107 0 15 431 106 70
Binary 10101011 1000001 11011101 10111 1000111 0 1101 100011001 1000110 111000

Color Harmonies of #AB41DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB41DD

Black with #AB41DD

Text Example


Text Example

White with #AB41DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB41DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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