Html Css Color HEX #A740BE Dark Orchid

📋 copy color: '#A740BE'

red 167 ◦ green 64 ◦ blue 190

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

Shades of Dark Orchid #A740BE

Tints of Dark Orchid #A740BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.13%

R = 39.67%
G = 15.2%
B = 45.13%

CMYK

 C value IS 0.12

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A740BE (or 0xA740BE) is known color: Dark Orchid. HEX triplet: A7, 40 and BE. RGB value is (167,64,190). Sum of RGB (Red+Green+Blue) = 167+64+190=421 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.67% from 421); Green value is 64 (25.39% from 255 or 15.20% from 421); Blue value is 190 (74.61% from 255 or 45.13% from 421); Max value from RGB is 190 - color contains mainly: blue. Hex color #A740BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A740BE is #58BF41. Grayscale: #6C6C6C. Windows color (decimal): -5816130 or 12468391. OLE color: 12468391.

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

Color convert

RGB 167 64 190 -
CMYK 0.12 0.66 0 0.25
HSL 289.05º 0.5% 0.5% -
HSV(B) 289.05º 0.66% 0.75% -
XYZ 27.06 15.6 50.3 -
YUV 109.16 173.62 169.25 -
System Red Green Blue C M Y K H S L
Decimal 167 64 190 0.12 0.66 0 0.25 289.05 0.5 0.5
Hex A7 40 BE C 42 0 19 121 32 32
Octal 247 100 276 14 102 0 31 441 62 62
Binary 10100111 1000000 10111110 1100 1000010 0 11001 100100001 110010 110010

Color Harmonies of #A740BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A740BE

Black with #A740BE

Text Example


Text Example

White with #A740BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A740BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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