Html Css Color HEX #A746D7 Dark Orchid

📋 copy color: '#A746D7'

red 167 ◦ green 70 ◦ blue 215

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

Shades of Dark Orchid #A746D7

Tints of Dark Orchid #A746D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 47.57%

R = 36.95%
G = 15.49%
B = 47.57%

CMYK

 C value IS 0.22

 M value IS 0.67

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A746D7 (or 0xA746D7) is known color: Dark Orchid. HEX triplet: A7, 46 and D7. RGB value is (167,70,215). Sum of RGB (Red+Green+Blue) = 167+70+215=452 (59% of max value = 765). Red value is 167 (65.62% from 255 or 36.95% from 452); Green value is 70 (27.73% from 255 or 15.49% from 452); Blue value is 215 (84.38% from 255 or 47.57% from 452); Max value from RGB is 215 - color contains mainly: blue. Hex color #A746D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A746D7 is #58B928. Grayscale: #737373. Windows color (decimal): -5814569 or 14108327. OLE color: 14108327.

HSL color Cylindrical-coordinate representation of color #A746D7: hue angle of 280.14º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A746D7 is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 167 70 215 -
CMYK 0.22 0.67 0 0.16
HSL 280.14º 0.64% 0.56% -
HSV(B) 280.14º 0.67% 0.84% -
XYZ 30.39 17.5 66.07 -
YUV 115.53 184.14 164.71 -
System Red Green Blue C M Y K H S L
Decimal 167 70 215 0.22 0.67 0 0.16 280.14 0.64 0.56
Hex A7 46 D7 16 43 0 10 118 40 38
Octal 247 106 327 26 103 0 20 430 100 70
Binary 10100111 1000110 11010111 10110 1000011 0 10000 100011000 1000000 111000

Color Harmonies of #A746D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A746D7

Black with #A746D7

Text Example


Text Example

White with #A746D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A746D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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