Html Css Color HEX #A740C0 Dark Orchid

📋 copy color: '#A740C0'

red 167 ◦ green 64 ◦ blue 192

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

Shades of Dark Orchid #A740C0

Tints of Dark Orchid #A740C0

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.13%

 BLUE value IS 192 (75.39% from 255) = 45.39%

R = 39.48%
G = 15.13%
B = 45.39%

CMYK

 C value IS 0.13

 M value IS 0.67

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A740C0 (or 0xA740C0) is known color: Dark Orchid. HEX triplet: A7, 40 and C0. RGB value is (167,64,192). Sum of RGB (Red+Green+Blue) = 167+64+192=423 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.48% from 423); Green value is 64 (25.39% from 255 or 15.13% from 423); Blue value is 192 (75.39% from 255 or 45.39% from 423); Max value from RGB is 192 - color contains mainly: blue. Hex color #A740C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A740C0 is #58BF3F. Grayscale: #6C6C6C. Windows color (decimal): -5816128 or 12599463. OLE color: 12599463.

HSL color Cylindrical-coordinate representation of color #A740C0: hue angle of 288.28º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A740C0 is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 167 64 192 -
CMYK 0.13 0.67 0 0.25
HSL 288.28º 0.5% 0.5% -
HSV(B) 288.28º 0.67% 0.75% -
XYZ 27.28 15.69 51.46 -
YUV 109.39 174.62 169.09 -
System Red Green Blue C M Y K H S L
Decimal 167 64 192 0.13 0.67 0 0.25 288.28 0.5 0.5
Hex A7 40 C0 D 43 0 19 120 32 32
Octal 247 100 300 15 103 0 31 440 62 62
Binary 10100111 1000000 11000000 1101 1000011 0 11001 100100000 110010 110010

Color Harmonies of #A740C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A740C0

Black with #A740C0

Text Example


Text Example

White with #A740C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A740C0; }

 p { color: rgb(167,64,192); }

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

background-color css

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

 a { background-color: rgb(167,64,192); }

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

border-color css

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

 span { border-color: rgb(167,64,192); }

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