Html Css Color HEX #A849CA Medium Orchid

📋 copy color: '#A849CA'

red 168 ◦ green 73 ◦ blue 202

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

Shades of Medium Orchid #A849CA

Tints of Medium Orchid #A849CA

RGB

 RED value IS 168 (66.02% from 255) = 37.92%

 GREEN value IS 73 (28.91% from 255) = 16.48%

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

R = 37.92%
G = 16.48%
B = 45.6%

CMYK

 C value IS 0.17

 M value IS 0.64

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A849CA (or 0xA849CA) is known color: Medium Orchid. HEX triplet: A8, 49 and CA. RGB value is (168,73,202). Sum of RGB (Red+Green+Blue) = 168+73+202=443 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.92% from 443); Green value is 73 (28.91% from 255 or 16.48% from 443); Blue value is 202 (79.30% from 255 or 45.60% from 443); Max value from RGB is 202 - color contains mainly: blue. Hex color #A849CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A849CA is #57B635. Grayscale: #737373. Windows color (decimal): -5748278 or 13257128. OLE color: 13257128.

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

Color convert

RGB 168 73 202 -
CMYK 0.17 0.64 0 0.21
HSL 284.19º 0.55% 0.54% -
HSV(B) 284.19º 0.64% 0.79% -
XYZ 29.19 17.35 57.69 -
YUV 116.11 176.47 165.01 -
System Red Green Blue C M Y K H S L
Decimal 168 73 202 0.17 0.64 0 0.21 284.19 0.55 0.54
Hex A8 49 CA 11 40 0 15 11C 37 36
Octal 250 111 312 21 100 0 25 434 67 66
Binary 10101000 1001001 11001010 10001 1000000 0 10101 100011100 110111 110110

Color Harmonies of #A849CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A849CA

Black with #A849CA

Text Example


Text Example

White with #A849CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A849CA; }

 p { color: rgb(168,73,202); }

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

background-color css

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

 a { background-color: rgb(168,73,202); }

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

border-color css

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

 span { border-color: rgb(168,73,202); }

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