Html Css Color HEX #A346CE Dark Orchid

📋 copy color: '#A346CE'

red 163 ◦ green 70 ◦ blue 206

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

Shades of Dark Orchid #A346CE

Tints of Dark Orchid #A346CE

RGB

 RED value IS 163 (64.06% from 255) = 37.13%

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

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

R = 37.13%
G = 15.95%
B = 46.92%

CMYK

 C value IS 0.21

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A346CE (or 0xA346CE) is known color: Dark Orchid. HEX triplet: A3, 46 and CE. RGB value is (163,70,206). Sum of RGB (Red+Green+Blue) = 163+70+206=439 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.13% from 439); Green value is 70 (27.73% from 255 or 15.95% from 439); Blue value is 206 (80.86% from 255 or 46.92% from 439); Max value from RGB is 206 - color contains mainly: blue. Hex color #A346CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A346CE is #5CB931. Grayscale: #707070. Windows color (decimal): -6076722 or 13518499. OLE color: 13518499.

HSL color Cylindrical-coordinate representation of color #A346CE: hue angle of 281.03º 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 #A346CE is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 163 70 206 -
CMYK 0.21 0.66 0 0.19
HSL 281.03º 0.58% 0.54% -
HSV(B) 281.03º 0.66% 0.81% -
XYZ 28.44 16.62 60.1 -
YUV 113.31 180.31 163.44 -
System Red Green Blue C M Y K H S L
Decimal 163 70 206 0.21 0.66 0 0.19 281.03 0.58 0.54
Hex A3 46 CE 15 42 0 13 119 3A 36
Octal 243 106 316 25 102 0 23 431 72 66
Binary 10100011 1000110 11001110 10101 1000010 0 10011 100011001 111010 110110

Color Harmonies of #A346CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A346CE

Black with #A346CE

Text Example


Text Example

White with #A346CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A346CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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