Html Css Color HEX #A74ACB Medium Orchid

📋 copy color: '#A74ACB'

red 167 ◦ green 74 ◦ blue 203

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

Shades of Medium Orchid #A74ACB

Tints of Medium Orchid #A74ACB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.67%

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

R = 37.61%
G = 16.67%
B = 45.72%

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

#A74ACB (or 0xA74ACB) is known color: Medium Orchid. HEX triplet: A7, 4A and CB. RGB value is (167,74,203). Sum of RGB (Red+Green+Blue) = 167+74+203=444 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.61% from 444); Green value is 74 (29.30% from 255 or 16.67% from 444); Blue value is 203 (79.69% from 255 or 45.72% from 444); Max value from RGB is 203 - color contains mainly: blue. Hex color #A74ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A74ACB is #58B534. Grayscale: #747474. Windows color (decimal): -5813557 or 13322919. OLE color: 13322919.

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

Color convert

RGB 167 74 203 -
CMYK 0.18 0.64 0 0.20
HSL 283.26º 0.55% 0.54% -
HSV(B) 283.26º 0.64% 0.8% -
XYZ 29.16 17.42 58.33 -
YUV 116.51 176.81 164.01 -
System Red Green Blue C M Y K H S L
Decimal 167 74 203 0.18 0.64 0 0.20 283.26 0.55 0.54
Hex A7 4A CB 12 40 0 14 11B 37 36
Octal 247 112 313 22 100 0 24 433 67 66
Binary 10100111 1001010 11001011 10010 1000000 0 10100 100011011 110111 110110

Color Harmonies of #A74ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74ACB

Black with #A74ACB

Text Example


Text Example

White with #A74ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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