Html Css Color HEX #A74CCE Medium Orchid

📋 copy color: '#A74CCE'

red 167 ◦ green 76 ◦ blue 206

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

Shades of Medium Orchid #A74CCE

Tints of Medium Orchid #A74CCE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.93%

 BLUE value IS 206 (80.86% from 255) = 45.88%

R = 37.19%
G = 16.93%
B = 45.88%

CMYK

 C value IS 0.19

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A74CCE (or 0xA74CCE) is known color: Medium Orchid. HEX triplet: A7, 4C and CE. RGB value is (167,76,206). Sum of RGB (Red+Green+Blue) = 167+76+206=449 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.19% from 449); Green value is 76 (30.08% from 255 or 16.93% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 206 - color contains mainly: blue. Hex color #A74CCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A74CCE is #58B331. Grayscale: #757575. Windows color (decimal): -5813042 or 13520039. OLE color: 13520039.

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

Color convert

RGB 167 76 206 -
CMYK 0.19 0.63 0 0.19
HSL 282º 0.57% 0.55% -
HSV(B) 282º 0.63% 0.81% -
XYZ 29.66 17.84 60.27 -
YUV 118.03 177.65 162.93 -
System Red Green Blue C M Y K H S L
Decimal 167 76 206 0.19 0.63 0 0.19 282 0.57 0.55
Hex A7 4C CE 13 3F 0 13 11A 39 37
Octal 247 114 316 23 77 0 23 432 71 67
Binary 10100111 1001100 11001110 10011 111111 0 10011 100011010 111001 110111

Color Harmonies of #A74CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74CCE

Black with #A74CCE

Text Example


Text Example

White with #A74CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74CCE; }

 p { color: rgb(167,76,206); }

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

background-color css

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

 a { background-color: rgb(167,76,206); }

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

border-color css

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

 span { border-color: rgb(167,76,206); }

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