Html Css Color HEX #A749CF Medium Orchid

📋 copy color: '#A749CF'

red 167 ◦ green 73 ◦ blue 207

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

Shades of Medium Orchid #A749CF

Tints of Medium Orchid #A749CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.31%

R = 37.36%
G = 16.33%
B = 46.31%

CMYK

 C value IS 0.19

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A749CF (or 0xA749CF) is known color: Medium Orchid. HEX triplet: A7, 49 and CF. RGB value is (167,73,207). Sum of RGB (Red+Green+Blue) = 167+73+207=447 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.36% from 447); Green value is 73 (28.91% from 255 or 16.33% from 447); Blue value is 207 (81.25% from 255 or 46.31% from 447); Max value from RGB is 207 - color contains mainly: blue. Hex color #A749CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A749CF is #58B630. Grayscale: #737373. Windows color (decimal): -5813809 or 13584807. OLE color: 13584807.

HSL color Cylindrical-coordinate representation of color #A749CF: hue angle of 282.09º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A749CF is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 167 73 207 -
CMYK 0.19 0.65 0 0.19
HSL 282.09º 0.58% 0.55% -
HSV(B) 282.09º 0.65% 0.81% -
XYZ 29.58 17.49 60.85 -
YUV 116.38 179.14 164.1 -
System Red Green Blue C M Y K H S L
Decimal 167 73 207 0.19 0.65 0 0.19 282.09 0.58 0.55
Hex A7 49 CF 13 41 0 13 11A 3A 37
Octal 247 111 317 23 101 0 23 432 72 67
Binary 10100111 1001001 11001111 10011 1000001 0 10011 100011010 111010 110111

Color Harmonies of #A749CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A749CF

Black with #A749CF

Text Example


Text Example

White with #A749CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A749CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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