Html Css Color HEX #AB46C7 Medium Orchid

📋 copy color: '#AB46C7'

red 171 ◦ green 70 ◦ blue 199

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

Shades of Medium Orchid #AB46C7

Tints of Medium Orchid #AB46C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 45.23%

R = 38.86%
G = 15.91%
B = 45.23%

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

#AB46C7 (or 0xAB46C7) is known color: Medium Orchid. HEX triplet: AB, 46 and C7. RGB value is (171,70,199). Sum of RGB (Red+Green+Blue) = 171+70+199=440 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.86% from 440); Green value is 70 (27.73% from 255 or 15.91% from 440); Blue value is 199 (78.12% from 255 or 45.23% from 440); Max value from RGB is 199 - color contains mainly: blue. Hex color #AB46C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB46C7 is #54B938. Grayscale: #727272. Windows color (decimal): -5552441 or 13059755. OLE color: 13059755.

HSL color Cylindrical-coordinate representation of color #AB46C7: hue angle of 286.98º degrees, saturation: 0.54, 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 #AB46C7 is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 171 70 199 -
CMYK 0.14 0.65 0 0.22
HSL 286.98º 0.54% 0.53% -
HSV(B) 286.98º 0.65% 0.78% -
XYZ 29.29 17.16 55.8 -
YUV 114.91 175.46 168.01 -
System Red Green Blue C M Y K H S L
Decimal 171 70 199 0.14 0.65 0 0.22 286.98 0.54 0.53
Hex AB 46 C7 E 41 0 16 11F 36 35
Octal 253 106 307 16 101 0 26 437 66 65
Binary 10101011 1000110 11000111 1110 1000001 0 10110 100011111 110110 110101

Color Harmonies of #AB46C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB46C7

Black with #AB46C7

Text Example


Text Example

White with #AB46C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB46C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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