Html Css Color HEX #A740DA Dark Orchid

📋 copy color: '#A740DA'

red 167 ◦ green 64 ◦ blue 218

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

Shades of Dark Orchid #A740DA

Tints of Dark Orchid #A740DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.55%

R = 37.19%
G = 14.25%
B = 48.55%

CMYK

 C value IS 0.23

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A740DA (or 0xA740DA) is known color: Dark Orchid. HEX triplet: A7, 40 and DA. RGB value is (167,64,218). Sum of RGB (Red+Green+Blue) = 167+64+218=449 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.19% from 449); Green value is 64 (25.39% from 255 or 14.25% from 449); Blue value is 218 (85.55% from 255 or 48.55% from 449); Max value from RGB is 218 - color contains mainly: blue. Hex color #A740DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A740DA is #58BF25. Grayscale: #6F6F6F. Windows color (decimal): -5816102 or 14303399. OLE color: 14303399.

HSL color Cylindrical-coordinate representation of color #A740DA: hue angle of 280.13º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A740DA is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 167 64 218 -
CMYK 0.23 0.71 0 0.15
HSL 280.13º 0.68% 0.55% -
HSV(B) 280.13º 0.71% 0.85% -
XYZ 30.42 16.94 68 -
YUV 112.35 187.62 166.98 -
System Red Green Blue C M Y K H S L
Decimal 167 64 218 0.23 0.71 0 0.15 280.13 0.68 0.55
Hex A7 40 DA 17 47 0 F 118 44 37
Octal 247 100 332 27 107 0 17 430 104 67
Binary 10100111 1000000 11011010 10111 1000111 0 1111 100011000 1000100 110111

Color Harmonies of #A740DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A740DA

Black with #A740DA

Text Example


Text Example

White with #A740DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A740DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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