Html Css Color HEX #A946CA Medium Orchid

📋 copy color: '#A946CA'

red 169 ◦ green 70 ◦ blue 202

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

Shades of Medium Orchid #A946CA

Tints of Medium Orchid #A946CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 45.8%

R = 38.32%
G = 15.87%
B = 45.8%

CMYK

 C value IS 0.16

 M value IS 0.65

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A946CA (or 0xA946CA) is known color: Medium Orchid. HEX triplet: A9, 46 and CA. RGB value is (169,70,202). Sum of RGB (Red+Green+Blue) = 169+70+202=441 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.32% from 441); Green value is 70 (27.73% from 255 or 15.87% from 441); Blue value is 202 (79.30% from 255 or 45.80% from 441); Max value from RGB is 202 - color contains mainly: blue. Hex color #A946CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A946CA is #56B935. Grayscale: #727272. Windows color (decimal): -5683510 or 13256361. OLE color: 13256361.

HSL color Cylindrical-coordinate representation of color #A946CA: hue angle of 285º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A946CA is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 169 70 202 -
CMYK 0.16 0.65 0 0.21
HSL 285º 0.55% 0.53% -
HSV(B) 285º 0.65% 0.79% -
XYZ 29.21 17.08 57.63 -
YUV 114.65 177.3 166.77 -
System Red Green Blue C M Y K H S L
Decimal 169 70 202 0.16 0.65 0 0.21 285 0.55 0.53
Hex A9 46 CA 10 41 0 15 11D 37 35
Octal 251 106 312 20 101 0 25 435 67 65
Binary 10101001 1000110 11001010 10000 1000001 0 10101 100011101 110111 110101

Color Harmonies of #A946CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A946CA

Black with #A946CA

Text Example


Text Example

White with #A946CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A946CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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