Html Css Color HEX #AB41DE Medium Orchid

📋 copy color: '#AB41DE'

red 171 ◦ green 65 ◦ blue 222

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

Shades of Medium Orchid #AB41DE

Tints of Medium Orchid #AB41DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 48.47%

R = 37.34%
G = 14.19%
B = 48.47%

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

#AB41DE (or 0xAB41DE) is known color: Medium Orchid. HEX triplet: AB, 41 and DE. RGB value is (171,65,222). Sum of RGB (Red+Green+Blue) = 171+65+222=458 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.34% from 458); Green value is 65 (25.78% from 255 or 14.19% from 458); Blue value is 222 (87.11% from 255 or 48.47% from 458); Max value from RGB is 222 - color contains mainly: blue. Hex color #AB41DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB41DE is #54BE21. Grayscale: #727272. Windows color (decimal): -5553698 or 14565803. OLE color: 14565803.

HSL color Cylindrical-coordinate representation of color #AB41DE: hue angle of 280.51º 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 #AB41DE is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 65 222 -
CMYK 0.23 0.71 0 0.13
HSL 280.51º 0.7% 0.56% -
HSV(B) 280.51º 0.71% 0.87% -
XYZ 31.87 17.71 70.85 -
YUV 114.59 188.62 168.23 -
System Red Green Blue C M Y K H S L
Decimal 171 65 222 0.23 0.71 0 0.13 280.51 0.7 0.56
Hex AB 41 DE 17 47 0 D 119 46 38
Octal 253 101 336 27 107 0 15 431 106 70
Binary 10101011 1000001 11011110 10111 1000111 0 1101 100011001 1000110 111000

Color Harmonies of #AB41DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB41DE

Black with #AB41DE

Text Example


Text Example

White with #AB41DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB41DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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