Html Css Color HEX #AB44CD Medium Orchid

📋 copy color: '#AB44CD'

red 171 ◦ green 68 ◦ blue 205

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

Shades of Medium Orchid #AB44CD

Tints of Medium Orchid #AB44CD

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.32%

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

R = 38.51%
G = 15.32%
B = 46.17%

CMYK

 C value IS 0.17

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AB44CD (or 0xAB44CD) is known color: Medium Orchid. HEX triplet: AB, 44 and CD. RGB value is (171,68,205). Sum of RGB (Red+Green+Blue) = 171+68+205=444 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.51% from 444); Green value is 68 (26.95% from 255 or 15.32% from 444); Blue value is 205 (80.47% from 255 or 46.17% from 444); Max value from RGB is 205 - color contains mainly: blue. Hex color #AB44CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB44CD is #54BB32. Grayscale: #717171. Windows color (decimal): -5552947 or 13452459. OLE color: 13452459.

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

Color convert

RGB 171 68 205 -
CMYK 0.17 0.67 0 0.20
HSL 285.11º 0.58% 0.54% -
HSV(B) 285.11º 0.67% 0.8% -
XYZ 29.88 17.2 59.5 -
YUV 114.42 179.12 168.36 -
System Red Green Blue C M Y K H S L
Decimal 171 68 205 0.17 0.67 0 0.20 285.11 0.58 0.54
Hex AB 44 CD 11 43 0 14 11D 3A 36
Octal 253 104 315 21 103 0 24 435 72 66
Binary 10101011 1000100 11001101 10001 1000011 0 10100 100011101 111010 110110

Color Harmonies of #AB44CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB44CD

Black with #AB44CD

Text Example


Text Example

White with #AB44CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB44CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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