Html Css Color HEX #A346DA Dark Orchid

📋 copy color: '#A346DA'

red 163 ◦ green 70 ◦ blue 218

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

Shades of Dark Orchid #A346DA

Tints of Dark Orchid #A346DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.34%

R = 36.14%
G = 15.52%
B = 48.34%

CMYK

 C value IS 0.25

 M value IS 0.68

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A346DA (or 0xA346DA) is known color: Dark Orchid. HEX triplet: A3, 46 and DA. RGB value is (163,70,218). Sum of RGB (Red+Green+Blue) = 163+70+218=451 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.14% from 451); Green value is 70 (27.73% from 255 or 15.52% from 451); Blue value is 218 (85.55% from 255 or 48.34% from 451); Max value from RGB is 218 - color contains mainly: blue. Hex color #A346DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A346DA is #5CB925. Grayscale: #727272. Windows color (decimal): -6076710 or 14304931. OLE color: 14304931.

HSL color Cylindrical-coordinate representation of color #A346DA: hue angle of 277.7º degrees, saturation: 0.67, 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 #A346DA is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 163 70 218 -
CMYK 0.25 0.68 0 0.15
HSL 277.7º 0.67% 0.56% -
HSV(B) 277.7º 0.68% 0.85% -
XYZ 29.95 17.23 68.08 -
YUV 114.68 186.31 162.47 -
System Red Green Blue C M Y K H S L
Decimal 163 70 218 0.25 0.68 0 0.15 277.7 0.67 0.56
Hex A3 46 DA 19 44 0 F 116 43 38
Octal 243 106 332 31 104 0 17 426 103 70
Binary 10100011 1000110 11011010 11001 1000100 0 1111 100010110 1000011 111000

Color Harmonies of #A346DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A346DA

Black with #A346DA

Text Example


Text Example

White with #A346DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A346DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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