Html Css Color HEX #A946CC Medium Orchid

📋 copy color: '#A946CC'

red 169 ◦ green 70 ◦ blue 204

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

Shades of Medium Orchid #A946CC

Tints of Medium Orchid #A946CC

RGB

 RED value IS 169 (66.41% from 255) = 38.15%

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

 BLUE value IS 204 (80.08% from 255) = 46.05%

R = 38.15%
G = 15.8%
B = 46.05%

CMYK

 C value IS 0.17

 M value IS 0.66

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A946CC (or 0xA946CC) is known color: Medium Orchid. HEX triplet: A9, 46 and CC. RGB value is (169,70,204). Sum of RGB (Red+Green+Blue) = 169+70+204=443 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.15% from 443); Green value is 70 (27.73% from 255 or 15.80% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 204 - color contains mainly: blue. Hex color #A946CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A946CC is #56B933. Grayscale: #727272. Windows color (decimal): -5683508 or 13387433. OLE color: 13387433.

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

Color convert

RGB 169 70 204 -
CMYK 0.17 0.66 0 0.2
HSL 284.33º 0.57% 0.54% -
HSV(B) 284.33º 0.66% 0.8% -
XYZ 29.45 17.17 58.89 -
YUV 114.88 178.3 166.6 -
System Red Green Blue C M Y K H S L
Decimal 169 70 204 0.17 0.66 0 0.2 284.33 0.57 0.54
Hex A9 46 CC 11 42 0 14 11C 39 36
Octal 251 106 314 21 102 0 24 434 71 66
Binary 10101001 1000110 11001100 10001 1000010 0 10100 100011100 111001 110110

Color Harmonies of #A946CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A946CC

Black with #A946CC

Text Example


Text Example

White with #A946CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A946CC; }

 p { color: rgb(169,70,204); }

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

background-color css

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

 a { background-color: rgb(169,70,204); }

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

border-color css

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

 span { border-color: rgb(169,70,204); }

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