Html Css Color HEX #A345DF Dark Orchid

📋 copy color: '#A345DF'

red 163 ◦ green 69 ◦ blue 223

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

Shades of Dark Orchid #A345DF

Tints of Dark Orchid #A345DF

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.16%

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

R = 35.82%
G = 15.16%
B = 49.01%

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

#A345DF (or 0xA345DF) is known color: Dark Orchid. HEX triplet: A3, 45 and DF. RGB value is (163,69,223). Sum of RGB (Red+Green+Blue) = 163+69+223=455 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.82% from 455); Green value is 69 (27.34% from 255 or 15.16% from 455); Blue value is 223 (87.5% from 255 or 49.01% from 455); Max value from RGB is 223 - color contains mainly: blue. Hex color #A345DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A345DF is #5CBA20. Grayscale: #727272. Windows color (decimal): -6076961 or 14632355. OLE color: 14632355.

HSL color Cylindrical-coordinate representation of color #A345DF: hue angle of 276.62º 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 #A345DF is Cyan = 0.27, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 163 69 223 -
CMYK 0.27 0.69 0 0.13
HSL 276.62º 0.71% 0.57% -
HSV(B) 276.62º 0.69% 0.87% -
XYZ 30.55 17.37 71.55 -
YUV 114.66 189.14 162.48 -
System Red Green Blue C M Y K H S L
Decimal 163 69 223 0.27 0.69 0 0.13 276.62 0.71 0.57
Hex A3 45 DF 1B 45 0 D 115 47 39
Octal 243 105 337 33 105 0 15 425 107 71
Binary 10100011 1000101 11011111 11011 1000101 0 1101 100010101 1000111 111001

Color Harmonies of #A345DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A345DF

Black with #A345DF

Text Example


Text Example

White with #A345DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A345DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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