Html Css Color HEX #A956CA Medium Orchid

📋 copy color: '#A956CA'

red 169 ◦ green 86 ◦ blue 202

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

Shades of Medium Orchid #A956CA

Tints of Medium Orchid #A956CA

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.82%

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

R = 36.98%
G = 18.82%
B = 44.2%

CMYK

 C value IS 0.16

 M value IS 0.57

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A956CA (or 0xA956CA) is known color: Medium Orchid. HEX triplet: A9, 56 and CA. RGB value is (169,86,202). Sum of RGB (Red+Green+Blue) = 169+86+202=457 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.98% from 457); Green value is 86 (33.98% from 255 or 18.82% from 457); Blue value is 202 (79.30% from 255 or 44.20% from 457); Max value from RGB is 202 - color contains mainly: blue. Hex color #A956CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A956CA is #56A935. Grayscale: #7B7B7B. Windows color (decimal): -5679414 or 13260457. OLE color: 13260457.

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

Color convert

RGB 169 86 202 -
CMYK 0.16 0.57 0 0.21
HSL 282.93º 0.52% 0.56% -
HSV(B) 282.93º 0.57% 0.79% -
XYZ 30.35 19.35 58.01 -
YUV 124.04 172 160.07 -
System Red Green Blue C M Y K H S L
Decimal 169 86 202 0.16 0.57 0 0.21 282.93 0.52 0.56
Hex A9 56 CA 10 39 0 15 11B 34 38
Octal 251 126 312 20 71 0 25 433 64 70
Binary 10101001 1010110 11001010 10000 111001 0 10101 100011011 110100 111000

Color Harmonies of #A956CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A956CA

Black with #A956CA

Text Example


Text Example

White with #A956CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A956CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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