Html Css Color HEX #A746D9 Dark Orchid

📋 copy color: '#A746D9'

red 167 ◦ green 70 ◦ blue 217

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

Shades of Dark Orchid #A746D9

Tints of Dark Orchid #A746D9

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.42%

 BLUE value IS 217 (85.16% from 255) = 47.8%

R = 36.78%
G = 15.42%
B = 47.8%

CMYK

 C value IS 0.23

 M value IS 0.68

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A746D9 (or 0xA746D9) is known color: Dark Orchid. HEX triplet: A7, 46 and D9. RGB value is (167,70,217). Sum of RGB (Red+Green+Blue) = 167+70+217=454 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.78% from 454); Green value is 70 (27.73% from 255 or 15.42% from 454); Blue value is 217 (85.16% from 255 or 47.80% from 454); Max value from RGB is 217 - color contains mainly: blue. Hex color #A746D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A746D9 is #58B926. Grayscale: #737373. Windows color (decimal): -5814567 or 14239399. OLE color: 14239399.

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

Color convert

RGB 167 70 217 -
CMYK 0.23 0.68 0 0.15
HSL 279.59º 0.66% 0.56% -
HSV(B) 279.59º 0.68% 0.85% -
XYZ 30.65 17.61 67.43 -
YUV 115.76 185.14 164.55 -
System Red Green Blue C M Y K H S L
Decimal 167 70 217 0.23 0.68 0 0.15 279.59 0.66 0.56
Hex A7 46 D9 17 44 0 F 118 42 38
Octal 247 106 331 27 104 0 17 430 102 70
Binary 10100111 1000110 11011001 10111 1000100 0 1111 100011000 1000010 111000

Color Harmonies of #A746D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A746D9

Black with #A746D9

Text Example


Text Example

White with #A746D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A746D9; }

 p { color: rgb(167,70,217); }

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

background-color css

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

 a { background-color: rgb(167,70,217); }

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

border-color css

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

 span { border-color: rgb(167,70,217); }

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