Html Css Color HEX #A346DB Dark Orchid

📋 copy color: '#A346DB'

red 163 ◦ green 70 ◦ blue 219

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

Shades of Dark Orchid #A346DB

Tints of Dark Orchid #A346DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.45%

R = 36.06%
G = 15.49%
B = 48.45%

CMYK

 C value IS 0.26

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A346DB (or 0xA346DB) is known color: Dark Orchid. HEX triplet: A3, 46 and DB. RGB value is (163,70,219). Sum of RGB (Red+Green+Blue) = 163+70+219=452 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.06% from 452); Green value is 70 (27.73% from 255 or 15.49% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 219 - color contains mainly: blue. Hex color #A346DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A346DB is #5CB924. Grayscale: #727272. Windows color (decimal): -6076709 or 14370467. OLE color: 14370467.

HSL color Cylindrical-coordinate representation of color #A346DB: hue angle of 277.45º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A346DB is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 163 70 219 -
CMYK 0.26 0.68 0 0.14
HSL 277.45º 0.67% 0.57% -
HSV(B) 277.45º 0.68% 0.86% -
XYZ 30.08 17.28 68.77 -
YUV 114.79 186.81 162.38 -
System Red Green Blue C M Y K H S L
Decimal 163 70 219 0.26 0.68 0 0.14 277.45 0.67 0.57
Hex A3 46 DB 1A 44 0 E 115 43 39
Octal 243 106 333 32 104 0 16 425 103 71
Binary 10100011 1000110 11011011 11010 1000100 0 1110 100010101 1000011 111001

Color Harmonies of #A346DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A346DB

Black with #A346DB

Text Example


Text Example

White with #A346DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A346DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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