Html Css Color HEX #A346D5 Dark Orchid

📋 copy color: '#A346D5'

red 163 ◦ green 70 ◦ blue 213

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

Shades of Dark Orchid #A346D5

Tints of Dark Orchid #A346D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 47.76%

R = 36.55%
G = 15.7%
B = 47.76%

CMYK

 C value IS 0.23

 M value IS 0.67

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A346D5 (or 0xA346D5) is known color: Dark Orchid. HEX triplet: A3, 46 and D5. RGB value is (163,70,213). Sum of RGB (Red+Green+Blue) = 163+70+213=446 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.55% from 446); Green value is 70 (27.73% from 255 or 15.70% from 446); Blue value is 213 (83.59% from 255 or 47.76% from 446); Max value from RGB is 213 - color contains mainly: blue. Hex color #A346D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A346D5 is #5CB92A. Grayscale: #717171. Windows color (decimal): -6076715 or 13977251. OLE color: 13977251.

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

Color convert

RGB 163 70 213 -
CMYK 0.23 0.67 0 0.16
HSL 279.02º 0.63% 0.55% -
HSV(B) 279.02º 0.67% 0.84% -
XYZ 29.3 16.97 64.68 -
YUV 114.11 183.81 162.87 -
System Red Green Blue C M Y K H S L
Decimal 163 70 213 0.23 0.67 0 0.16 279.02 0.63 0.55
Hex A3 46 D5 17 43 0 10 117 3F 37
Octal 243 106 325 27 103 0 20 427 77 67
Binary 10100011 1000110 11010101 10111 1000011 0 10000 100010111 111111 110111

Color Harmonies of #A346D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A346D5

Black with #A346D5

Text Example


Text Example

White with #A346D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A346D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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