Html Css Color HEX #A749CC Medium Orchid

📋 copy color: '#A749CC'

red 167 ◦ green 73 ◦ blue 204

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

Shades of Medium Orchid #A749CC

Tints of Medium Orchid #A749CC

RGB

 RED value IS 167 (65.63% from 255) = 37.61%

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

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

R = 37.61%
G = 16.44%
B = 45.95%

CMYK

 C value IS 0.18

 M value IS 0.64

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A749CC (or 0xA749CC) is known color: Medium Orchid. HEX triplet: A7, 49 and CC. RGB value is (167,73,204). Sum of RGB (Red+Green+Blue) = 167+73+204=444 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.61% from 444); Green value is 73 (28.91% from 255 or 16.44% from 444); Blue value is 204 (80.08% from 255 or 45.95% from 444); Max value from RGB is 204 - color contains mainly: blue. Hex color #A749CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A749CC is #58B633. Grayscale: #737373. Windows color (decimal): -5813812 or 13388199. OLE color: 13388199.

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

Color convert

RGB 167 73 204 -
CMYK 0.18 0.64 0 0.2
HSL 283.05º 0.56% 0.54% -
HSV(B) 283.05º 0.64% 0.8% -
XYZ 29.22 17.34 58.93 -
YUV 116.04 177.64 164.35 -
System Red Green Blue C M Y K H S L
Decimal 167 73 204 0.18 0.64 0 0.2 283.05 0.56 0.54
Hex A7 49 CC 12 40 0 14 11B 38 36
Octal 247 111 314 22 100 0 24 433 70 66
Binary 10100111 1001001 11001100 10010 1000000 0 10100 100011011 111000 110110

Color Harmonies of #A749CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A749CC

Black with #A749CC

Text Example


Text Example

White with #A749CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A749CC; }

 p { color: rgb(167,73,204); }

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

background-color css

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

 a { background-color: rgb(167,73,204); }

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

border-color css

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

 span { border-color: rgb(167,73,204); }

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