Html Css Color HEX #A746CE Dark Orchid

📋 copy color: '#A746CE'

red 167 ◦ green 70 ◦ blue 206

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

Shades of Dark Orchid #A746CE

Tints of Dark Orchid #A746CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.5%

R = 37.7%
G = 15.8%
B = 46.5%

CMYK

 C value IS 0.19

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A746CE (or 0xA746CE) is known color: Dark Orchid. HEX triplet: A7, 46 and CE. RGB value is (167,70,206). Sum of RGB (Red+Green+Blue) = 167+70+206=443 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.70% from 443); Green value is 70 (27.73% from 255 or 15.80% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 206 - color contains mainly: blue. Hex color #A746CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A746CE is #58B931. Grayscale: #727272. Windows color (decimal): -5814578 or 13518503. OLE color: 13518503.

HSL color Cylindrical-coordinate representation of color #A746CE: hue angle of 282.79º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A746CE is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 167 70 206 -
CMYK 0.19 0.66 0 0.19
HSL 282.79º 0.58% 0.54% -
HSV(B) 282.79º 0.66% 0.81% -
XYZ 29.27 17.05 60.14 -
YUV 114.51 179.64 165.44 -
System Red Green Blue C M Y K H S L
Decimal 167 70 206 0.19 0.66 0 0.19 282.79 0.58 0.54
Hex A7 46 CE 13 42 0 13 11B 3A 36
Octal 247 106 316 23 102 0 23 433 72 66
Binary 10100111 1000110 11001110 10011 1000010 0 10011 100011011 111010 110110

Color Harmonies of #A746CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A746CE

Black with #A746CE

Text Example


Text Example

White with #A746CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A746CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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