Html Css Color HEX #A346DF Dark Orchid

📋 copy color: '#A346DF'

red 163 ◦ green 70 ◦ blue 223

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

Shades of Dark Orchid #A346DF

Tints of Dark Orchid #A346DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.9%

R = 35.75%
G = 15.35%
B = 48.9%

CMYK

 C value IS 0.27

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A346DF (or 0xA346DF) is known color: Dark Orchid. HEX triplet: A3, 46 and DF. RGB value is (163,70,223). Sum of RGB (Red+Green+Blue) = 163+70+223=456 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.75% from 456); Green value is 70 (27.73% from 255 or 15.35% from 456); Blue value is 223 (87.5% from 255 or 48.90% from 456); Max value from RGB is 223 - color contains mainly: blue. Hex color #A346DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A346DF is #5CB920. Grayscale: #727272. Windows color (decimal): -6076705 or 14632611. OLE color: 14632611.

HSL color Cylindrical-coordinate representation of color #A346DF: hue angle of 276.47º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A346DF is Cyan = 0.27, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 163 70 223 -
CMYK 0.27 0.69 0 0.13
HSL 276.47º 0.71% 0.57% -
HSV(B) 276.47º 0.69% 0.87% -
XYZ 30.61 17.49 71.58 -
YUV 115.25 188.81 162.06 -
System Red Green Blue C M Y K H S L
Decimal 163 70 223 0.27 0.69 0 0.13 276.47 0.71 0.57
Hex A3 46 DF 1B 45 0 D 114 47 39
Octal 243 106 337 33 105 0 15 424 107 71
Binary 10100011 1000110 11011111 11011 1000101 0 1101 100010100 1000111 111001

Color Harmonies of #A346DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A346DF

Black with #A346DF

Text Example


Text Example

White with #A346DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A346DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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