Html Css Color HEX #AB46C6 Medium Orchid

📋 copy color: '#AB46C6'

red 171 ◦ green 70 ◦ blue 198

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

Shades of Medium Orchid #AB46C6

Tints of Medium Orchid #AB46C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 45.1%

R = 38.95%
G = 15.95%
B = 45.1%

CMYK

 C value IS 0.14

 M value IS 0.65

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AB46C6 (or 0xAB46C6) is known color: Medium Orchid. HEX triplet: AB, 46 and C6. RGB value is (171,70,198). Sum of RGB (Red+Green+Blue) = 171+70+198=439 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.95% from 439); Green value is 70 (27.73% from 255 or 15.95% from 439); Blue value is 198 (77.73% from 255 or 45.10% from 439); Max value from RGB is 198 - color contains mainly: blue. Hex color #AB46C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB46C6 is #54B939. Grayscale: #727272. Windows color (decimal): -5552442 or 12994219. OLE color: 12994219.

HSL color Cylindrical-coordinate representation of color #AB46C6: hue angle of 287.34º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AB46C6 is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 171 70 198 -
CMYK 0.14 0.65 0 0.22
HSL 287.34º 0.53% 0.53% -
HSV(B) 287.34º 0.65% 0.78% -
XYZ 29.18 17.12 55.19 -
YUV 114.79 174.96 168.09 -
System Red Green Blue C M Y K H S L
Decimal 171 70 198 0.14 0.65 0 0.22 287.34 0.53 0.53
Hex AB 46 C6 E 41 0 16 11F 35 35
Octal 253 106 306 16 101 0 26 437 65 65
Binary 10101011 1000110 11000110 1110 1000001 0 10110 100011111 110101 110101

Color Harmonies of #AB46C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB46C6

Black with #AB46C6

Text Example


Text Example

White with #AB46C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB46C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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