Html Css Color HEX #AB46CE Medium Orchid

📋 copy color: '#AB46CE'

red 171 ◦ green 70 ◦ blue 206

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

Shades of Medium Orchid #AB46CE

Tints of Medium Orchid #AB46CE

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.66%

 BLUE value IS 206 (80.86% from 255) = 46.09%

R = 38.26%
G = 15.66%
B = 46.09%

CMYK

 C value IS 0.17

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AB46CE (or 0xAB46CE) is known color: Medium Orchid. HEX triplet: AB, 46 and CE. RGB value is (171,70,206). Sum of RGB (Red+Green+Blue) = 171+70+206=447 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.26% from 447); Green value is 70 (27.73% from 255 or 15.66% from 447); Blue value is 206 (80.86% from 255 or 46.09% from 447); Max value from RGB is 206 - color contains mainly: blue. Hex color #AB46CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB46CE is #54B931. Grayscale: #737373. Windows color (decimal): -5552434 or 13518507. OLE color: 13518507.

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

Color convert

RGB 171 70 206 -
CMYK 0.17 0.66 0 0.19
HSL 284.56º 0.58% 0.54% -
HSV(B) 284.56º 0.66% 0.81% -
XYZ 30.13 17.49 60.18 -
YUV 115.7 178.96 167.44 -
System Red Green Blue C M Y K H S L
Decimal 171 70 206 0.17 0.66 0 0.19 284.56 0.58 0.54
Hex AB 46 CE 11 42 0 13 11D 3A 36
Octal 253 106 316 21 102 0 23 435 72 66
Binary 10101011 1000110 11001110 10001 1000010 0 10011 100011101 111010 110110

Color Harmonies of #AB46CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB46CE

Black with #AB46CE

Text Example


Text Example

White with #AB46CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB46CE; }

 p { color: rgb(171,70,206); }

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

background-color css

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

 a { background-color: rgb(171,70,206); }

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

border-color css

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

 span { border-color: rgb(171,70,206); }

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