Html Css Color HEX #A74FDD Medium Orchid

📋 copy color: '#A74FDD'

red 167 ◦ green 79 ◦ blue 221

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

Shades of Medium Orchid #A74FDD

Tints of Medium Orchid #A74FDD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.92%

 BLUE value IS 221 (86.72% from 255) = 47.32%

R = 35.76%
G = 16.92%
B = 47.32%

CMYK

 C value IS 0.24

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A74FDD (or 0xA74FDD) is known color: Medium Orchid. HEX triplet: A7, 4F and DD. RGB value is (167,79,221). Sum of RGB (Red+Green+Blue) = 167+79+221=467 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.76% from 467); Green value is 79 (31.25% from 255 or 16.92% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #A74FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A74FDD is #58B022. Grayscale: #797979. Windows color (decimal): -5812259 or 14503847. OLE color: 14503847.

HSL color Cylindrical-coordinate representation of color #A74FDD: hue angle of 277.18º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A74FDD is Cyan = 0.24, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 167 79 221 -
CMYK 0.24 0.64 0 0.13
HSL 277.18º 0.68% 0.59% -
HSV(B) 277.18º 0.64% 0.87% -
XYZ 31.78 19.03 70.4 -
YUV 121.5 184.15 160.45 -
System Red Green Blue C M Y K H S L
Decimal 167 79 221 0.24 0.64 0 0.13 277.18 0.68 0.59
Hex A7 4F DD 18 40 0 D 115 44 3B
Octal 247 117 335 30 100 0 15 425 104 73
Binary 10100111 1001111 11011101 11000 1000000 0 1101 100010101 1000100 111011

Color Harmonies of #A74FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74FDD

Black with #A74FDD

Text Example


Text Example

White with #A74FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74FDD; }

 p { color: rgb(167,79,221); }

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

background-color css

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

 a { background-color: rgb(167,79,221); }

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

border-color css

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

 span { border-color: rgb(167,79,221); }

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