Html Css Color HEX #A74BDC Medium Orchid

📋 copy color: '#A74BDC'

red 167 ◦ green 75 ◦ blue 220

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

Shades of Medium Orchid #A74BDC

Tints of Medium Orchid #A74BDC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.23%

 BLUE value IS 220 (86.33% from 255) = 47.62%

R = 36.15%
G = 16.23%
B = 47.62%

CMYK

 C value IS 0.24

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A74BDC (or 0xA74BDC) is known color: Medium Orchid. HEX triplet: A7, 4B and DC. RGB value is (167,75,220). Sum of RGB (Red+Green+Blue) = 167+75+220=462 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.15% from 462); Green value is 75 (29.69% from 255 or 16.23% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 220 - color contains mainly: blue. Hex color #A74BDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A74BDC is #58B423. Grayscale: #767676. Windows color (decimal): -5813284 or 14437287. OLE color: 14437287.

HSL color Cylindrical-coordinate representation of color #A74BDC: hue angle of 278.07º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A74BDC is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 167 75 220 -
CMYK 0.24 0.66 0 0.14
HSL 278.07º 0.67% 0.58% -
HSV(B) 278.07º 0.66% 0.86% -
XYZ 31.37 18.41 69.61 -
YUV 119.04 184.98 162.21 -
System Red Green Blue C M Y K H S L
Decimal 167 75 220 0.24 0.66 0 0.14 278.07 0.67 0.58
Hex A7 4B DC 18 42 0 E 116 43 3A
Octal 247 113 334 30 102 0 16 426 103 72
Binary 10100111 1001011 11011100 11000 1000010 0 1110 100010110 1000011 111010

Color Harmonies of #A74BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74BDC

Black with #A74BDC

Text Example


Text Example

White with #A74BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74BDC; }

 p { color: rgb(167,75,220); }

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

background-color css

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

 a { background-color: rgb(167,75,220); }

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

border-color css

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

 span { border-color: rgb(167,75,220); }

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