Html Css Color HEX #A749CB Medium Orchid

📋 copy color: '#A749CB'

red 167 ◦ green 73 ◦ blue 203

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

Shades of Medium Orchid #A749CB

Tints of Medium Orchid #A749CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.82%

R = 37.7%
G = 16.48%
B = 45.82%

CMYK

 C value IS 0.18

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A749CB (or 0xA749CB) is known color: Medium Orchid. HEX triplet: A7, 49 and CB. RGB value is (167,73,203). Sum of RGB (Red+Green+Blue) = 167+73+203=443 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.70% from 443); Green value is 73 (28.91% from 255 or 16.48% from 443); Blue value is 203 (79.69% from 255 or 45.82% from 443); Max value from RGB is 203 - color contains mainly: blue. Hex color #A749CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A749CB is #58B634. Grayscale: #737373. Windows color (decimal): -5813813 or 13322663. OLE color: 13322663.

HSL color Cylindrical-coordinate representation of color #A749CB: hue angle of 283.38º 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 #A749CB is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 167 73 203 -
CMYK 0.18 0.64 0 0.20
HSL 283.38º 0.56% 0.54% -
HSV(B) 283.38º 0.64% 0.8% -
XYZ 29.1 17.29 58.3 -
YUV 115.93 177.14 164.43 -
System Red Green Blue C M Y K H S L
Decimal 167 73 203 0.18 0.64 0 0.20 283.38 0.56 0.54
Hex A7 49 CB 12 40 0 14 11B 38 36
Octal 247 111 313 22 100 0 24 433 70 66
Binary 10100111 1001001 11001011 10010 1000000 0 10100 100011011 111000 110110

Color Harmonies of #A749CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A749CB

Black with #A749CB

Text Example


Text Example

White with #A749CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A749CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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