Html Css Color HEX #A740CD Dark Orchid

📋 copy color: '#A740CD'

red 167 ◦ green 64 ◦ blue 205

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

Shades of Dark Orchid #A740CD

Tints of Dark Orchid #A740CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.02%

R = 38.3%
G = 14.68%
B = 47.02%

CMYK

 C value IS 0.19

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A740CD (or 0xA740CD) is known color: Dark Orchid. HEX triplet: A7, 40 and CD. RGB value is (167,64,205). Sum of RGB (Red+Green+Blue) = 167+64+205=436 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.30% from 436); Green value is 64 (25.39% from 255 or 14.68% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 205 - color contains mainly: blue. Hex color #A740CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A740CD is #58BF32. Grayscale: #6E6E6E. Windows color (decimal): -5816115 or 13451431. OLE color: 13451431.

HSL color Cylindrical-coordinate representation of color #A740CD: hue angle of 283.83º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A740CD is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 167 64 205 -
CMYK 0.19 0.69 0 0.20
HSL 283.83º 0.59% 0.53% -
HSV(B) 283.83º 0.69% 0.8% -
XYZ 28.79 16.29 59.38 -
YUV 110.87 181.12 168.04 -
System Red Green Blue C M Y K H S L
Decimal 167 64 205 0.19 0.69 0 0.20 283.83 0.59 0.53
Hex A7 40 CD 13 45 0 14 11C 3B 35
Octal 247 100 315 23 105 0 24 434 73 65
Binary 10100111 1000000 11001101 10011 1000101 0 10100 100011100 111011 110101

Color Harmonies of #A740CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A740CD

Black with #A740CD

Text Example


Text Example

White with #A740CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A740CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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